first commit in Cura! fix CURA-1085, time estimate is reset before every slice action

This commit is contained in:
U-ULTIMAKER\j.ha 2016-07-04 17:08:35 +02:00
parent 90fa0f0564
commit 84b736df07

View file

@ -126,6 +126,8 @@ class CuraEngineBackend(Backend):
## Perform a slice of the scene.
def slice(self):
self.printDurationMessage.emit(0, 0)
self._stored_layer_data = []
if not self._enabled or not self._global_container_stack: #We shouldn't be slicing.