mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06: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:
parent
22551b64de
commit
4cdd0f6fd0
4 changed files with 30 additions and 12 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue