Quick fix to restore slicing

This list of zeros may have to match the number of extruders
CURA-1687
This commit is contained in:
fieldOfView 2016-07-04 19:14:48 +02:00
parent 8c002877c3
commit 793f7824c7

View file

@ -127,7 +127,7 @@ class CuraEngineBackend(Backend):
## Perform a slice of the scene.
def slice(self):
self.printDurationMessage.emit(0, 0)
self.printDurationMessage.emit(0, [0])
self._stored_layer_data = []