Browse Source

Actually call startPlugins before slicing

CURA-10717
Jaime van Kessel 1 year ago
parent
commit
d37afe7880
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/CuraEngineBackend/CuraEngineBackend.py

+ 2 - 0
plugins/CuraEngineBackend/CuraEngineBackend.py

@@ -325,6 +325,8 @@ class CuraEngineBackend(QObject, Backend):
 
         self._createSnapshot()
 
+        self.startPlugins()
+
         Logger.log("i", "Starting to slice...")
         self._time_start_process = time()
         if not self._build_plates_to_be_sliced: