Actually call startPlugins before slicing

CURA-10717
This commit is contained in:
Jaime van Kessel 2023-07-11 15:21:36 +02:00
parent 3037320b03
commit d37afe7880
No known key found for this signature in database
GPG key ID: C85F7A3AF1BAA7C4

View file

@ -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: