mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Bugfix: sparse and wrong infill was generated for objects with null fill density. Also fixed a division by zero.
This commit is contained in:
@@ -35,9 +35,9 @@ sub go {
|
||||
$perimeter_maker->make_perimeter($_) for @{$print->layers};
|
||||
}
|
||||
|
||||
# this will prepare surfaces for perimeters by merging all
|
||||
# surfaces in each layer; it will also clip $layer->surfaces
|
||||
# to the infill boundaries and split them in top/bottom/internal surfaces
|
||||
# this will clip $layer->surfaces to the infill boundaries
|
||||
# and split them in top/bottom/internal surfaces;
|
||||
# if fill density is null, it will delete all internal surfaces
|
||||
$self->status_cb->(30, "Detecting solid surfaces...");
|
||||
$print->detect_surfaces_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user