Revert "Reduce memory usage during gcode output by discarding processed layers."
This reverts commit 4d1551c305
.
This commit is contained in:
parent
d5c9b74377
commit
a7668e0933
@ -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…
Reference in New Issue
Block a user