mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Revert "Reduce memory usage during gcode output by discarding processed layers."
This reverts commit 4d1551c305
.
This commit is contained in:
parent
d5c9b74377
commit
a7668e0933
1 changed files with 0 additions and 1 deletions
|
@ -587,7 +587,6 @@ sub write_gcode {
|
||||||
for my $obj_copy (@$object_copies) {
|
for my $obj_copy (@$object_copies) {
|
||||||
my ($obj_idx, $copy) = @$obj_copy;
|
my ($obj_idx, $copy) = @$obj_copy;
|
||||||
my $layer = $self->objects->[$obj_idx]->layers->[$layer_id];
|
my $layer = $self->objects->[$obj_idx]->layers->[$layer_id];
|
||||||
$self->objects->[$obj_idx]->layers->[$layer_id] = undef;
|
|
||||||
|
|
||||||
# retract explicitely because changing the shift_[xy] properties below
|
# retract explicitely because changing the shift_[xy] properties below
|
||||||
# won't always trigger the automatic retraction
|
# won't always trigger the automatic retraction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue