mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 20:35:53 +08:00
suppress re-generation of layer during gcode export
This commit is contained in:
parent
b243f8e64f
commit
4d81a6d017
@ -1260,6 +1260,12 @@ sub export_gcode {
|
||||
$self->object_list_changed;
|
||||
});
|
||||
|
||||
# Supress re-initialization of spline based layer heights
|
||||
#foreach my $object @{$self->{print}->objects} {
|
||||
# $object->layer_height_spline->suppressUpdate;
|
||||
# }
|
||||
$_->layer_height_spline->suppressUpdate for @{$self->{print}->objects};
|
||||
|
||||
# start background process, whose completion event handler
|
||||
# will detect $self->{export_gcode_output_file} and proceed with export
|
||||
$self->start_background_process;
|
||||
|
Loading…
x
Reference in New Issue
Block a user