mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Background processing: Fixed rotation & scaling of PrintObjects.
This commit is contained in:
parent
6c38cb2c32
commit
197458cf3a
4 changed files with 8 additions and 7 deletions
|
@ -2408,7 +2408,7 @@ void Plater::reslice()
|
|||
// Don't reslice if export of G-code or sending to OctoPrint is running.
|
||||
// if (! defined($self->{export_gcode_output_file}) && ! defined($self->{send_gcode_file})) {
|
||||
// Stop the background processing threads, stop the async update timer.
|
||||
this->p->stop_background_process();
|
||||
// this->p->stop_background_process();
|
||||
// Rather perform one additional unnecessary update of the print object instead of skipping a pending async update.
|
||||
this->p->async_apply_config();
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue