mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Actually call startPlugins before slicing
CURA-10717
This commit is contained in:
parent
3037320b03
commit
d37afe7880
1 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,8 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
|
|
||||||
self._createSnapshot()
|
self._createSnapshot()
|
||||||
|
|
||||||
|
self.startPlugins()
|
||||||
|
|
||||||
Logger.log("i", "Starting to slice...")
|
Logger.log("i", "Starting to slice...")
|
||||||
self._time_start_process = time()
|
self._time_start_process = time()
|
||||||
if not self._build_plates_to_be_sliced:
|
if not self._build_plates_to_be_sliced:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue