mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
New automatic detection of additional required perimeters for better quality with domes and sloping walls. #198
This commit is contained in:
parent
4b7e9fc284
commit
edbdc5ec55
4 changed files with 68 additions and 4 deletions
|
@ -166,7 +166,7 @@ sub export_gcode {
|
|||
# this will add a set of extrusion loops to each layer
|
||||
# as well as generate infill boundaries
|
||||
$status_cb->(20, "Generating perimeters");
|
||||
$_->make_perimeters for map @{$_->layers}, @{$self->objects};
|
||||
$_->make_perimeters for @{$self->objects};
|
||||
|
||||
# this will clip $layer->surfaces to the infill boundaries
|
||||
# and split them in top/bottom/internal surfaces;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue