mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Typo
This commit is contained in:
@@ -896,7 +896,7 @@ sub pause_background_process {
|
|||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
|
||||||
if ($self->{process_thread} || $self->{export_thread}) {
|
if ($self->{process_thread} || $self->{export_thread}) {
|
||||||
$self->pause_background_process;
|
Slic3r::pause_threads();
|
||||||
} elsif (defined $self->{apply_config_timer} && $self->{apply_config_timer}->IsRunning) {
|
} elsif (defined $self->{apply_config_timer} && $self->{apply_config_timer}->IsRunning) {
|
||||||
$self->{apply_config_timer}->Stop;
|
$self->{apply_config_timer}->Stop;
|
||||||
}
|
}
|
||||||
@@ -906,7 +906,7 @@ sub resume_background_process {
|
|||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
|
||||||
if ($self->{process_thread} || $self->{export_thread}) {
|
if ($self->{process_thread} || $self->{export_thread}) {
|
||||||
$self->resume_background_process;
|
Slic3r::resume_threads();
|
||||||
} else {
|
} else {
|
||||||
$self->schedule_background_process;
|
$self->schedule_background_process;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user