mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 06:44:56 +08:00
Bugfix: 3D honeycomb didn't honor Infill every layers. #2194
This commit is contained in:
parent
f260373336
commit
703ca8b413
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user