mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Bugfix: 3D honeycomb didn't honor Infill every layers. #2194
This commit is contained in:
@@ -23,7 +23,7 @@ sub fill_surface {
|
||||
$distance,
|
||||
ceil($size->x / $distance),
|
||||
ceil($size->y / $distance), #//
|
||||
($self->layer_id % 2) + 1,
|
||||
(($self->layer_id / $surface->thickness_layers) % 2) + 1,
|
||||
);
|
||||
|
||||
# move pattern in place
|
||||
|
||||
Reference in New Issue
Block a user