Merge remote-tracking branch 'origin/feature_benchmarking'

This commit is contained in:
Lipu Fei 2018-04-06 10:47:00 +02:00
commit 872a029f99
2 changed files with 4 additions and 0 deletions

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