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