mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Stop the ongoing slicing process when attempting to export.
This commit is contained in:
parent
033b7eb8ad
commit
797c812f31
2 changed files with 5 additions and 6 deletions
|
@ -398,6 +398,7 @@ sub on_plater_selection_changed {
|
|||
|
||||
sub slice_to_png {
|
||||
my $self = shift;
|
||||
$self->{plater}->stop_background_process;
|
||||
$self->{plater}->async_apply_config;
|
||||
$appController->print_ctl()->slice_to_png();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue