mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Quick fix to restore slicing
This list of zeros may have to match the number of extruders CURA-1687
This commit is contained in:
parent
8c002877c3
commit
793f7824c7
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue