mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
CURA-4525 only try to slice next build plate if there are actually build plates to slice
This commit is contained in:
parent
dab0ebd208
commit
0fdb470ec7
1 changed files with 4 additions and 3 deletions
|
@ -585,9 +585,10 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
Logger.log("d", "See if there is more to slice...")
|
Logger.log("d", "See if there is more to slice...")
|
||||||
# Somehow this results in an Arcus Error
|
# Somehow this results in an Arcus Error
|
||||||
# self.slice()
|
# self.slice()
|
||||||
# Testing call slice again, allow backend to restart by using the timer
|
# Call slice again using the timer, allowing the backend to restart
|
||||||
self.enableTimer() # manually enable timer to be able to invoke slice, also when in manual slice mode
|
if self._build_plates_to_be_sliced:
|
||||||
self._invokeSlice()
|
self.enableTimer() # manually enable timer to be able to invoke slice, also when in manual slice mode
|
||||||
|
self._invokeSlice()
|
||||||
|
|
||||||
## Called when a g-code message is received from the engine.
|
## Called when a g-code message is received from the engine.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue