Browse Source

CURA-5197 Add log output with number of models in the buildplate after
slice.

Diego Prado Gesto 7 years ago
parent
commit
1a6a39da93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/CuraEngineBackend/CuraEngineBackend.py

+ 1 - 0
plugins/CuraEngineBackend/CuraEngineBackend.py

@@ -609,6 +609,7 @@ class CuraEngineBackend(QObject, Backend):
 
         self._slicing = False
         Logger.log("d", "Slicing took %s seconds", time() - self._slice_start_time )
+        Logger.log("d", "Number of models per buildplate: %s", dict(self._numObjectsPerBuildPlate()))
 
         # See if we need to process the sliced layers job.
         active_build_plate = Application.getInstance().getMultiBuildPlateModel().activeBuildPlate