mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Massive reduction of memory usage (down to one third).
This commit is contained in:
@@ -188,11 +188,6 @@ sub export_gcode {
|
||||
$status_cb->(45, "Detect bridges");
|
||||
$_->process_bridges for map @{$_->layers}, @{$self->objects};
|
||||
|
||||
# this will remove unprintable perimeter loops
|
||||
# (those that are too tight for extrusion)
|
||||
$status_cb->(50, "Cleaning up the perimeters");
|
||||
$_->remove_small_perimeters for map @{$_->layers}, @{$self->objects};
|
||||
|
||||
# detect which fill surfaces are near external layers
|
||||
# they will be split in internal and internal-solid surfaces
|
||||
$status_cb->(60, "Generating horizontal shells");
|
||||
|
||||
Reference in New Issue
Block a user