mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 20:26:11 +08:00
fix: removed forgotten codeline
This commit is contained in:
parent
2c85797c1f
commit
acf4814eae
@ -1566,9 +1566,6 @@ sub export_gcode {
|
||||
$self->object_list_changed;
|
||||
});
|
||||
|
||||
# Supress re-initialization of spline based layer heights
|
||||
$_->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