Bugfix: 3D honeycomb didn't honor Infill every layers. #2194
This commit is contained in:
parent
f260373336
commit
703ca8b413
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue