mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
first commit in Cura! fix CURA-1085, time estimate is reset before every slice action
This commit is contained in:
parent
90fa0f0564
commit
84b736df07
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ class CuraEngineBackend(Backend):
|
||||||
|
|
||||||
## Perform a slice of the scene.
|
## Perform a slice of the scene.
|
||||||
def slice(self):
|
def slice(self):
|
||||||
|
self.printDurationMessage.emit(0, 0)
|
||||||
|
|
||||||
self._stored_layer_data = []
|
self._stored_layer_data = []
|
||||||
|
|
||||||
if not self._enabled or not self._global_container_stack: #We shouldn't be slicing.
|
if not self._enabled or not self._global_container_stack: #We shouldn't be slicing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue