mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08: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
@ -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…
x
Reference in New Issue
Block a user