mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 07:33:14 +08:00
Actually call startPlugins before slicing
CURA-10717
This commit is contained in:
parent
3037320b03
commit
d37afe7880
@ -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…
x
Reference in New Issue
Block a user