fix: removed forgotten codeline

This commit is contained in:
Florens Wasserfall 2017-04-18 14:53:00 +02:00
parent 2c85797c1f
commit acf4814eae

View File

@ -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;