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

slice.
This commit is contained in:
Diego Prado Gesto 2018-04-05 15:27:05 +02:00
parent f23491377f
commit 1a6a39da93

View file

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