mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
After reconecting to another port update job status '_is_cancelled' to false
CURA-5549
This commit is contained in:
parent
31891e631c
commit
817a304ed1
2 changed files with 8 additions and 0 deletions
|
@ -290,6 +290,9 @@ class StartSliceJob(Job):
|
|||
def isCancelled(self) -> bool:
|
||||
return self._is_cancelled
|
||||
|
||||
def setIsCancelled(self, value: bool):
|
||||
self._is_cancelled = value
|
||||
|
||||
## Creates a dictionary of tokens to replace in g-code pieces.
|
||||
#
|
||||
# This indicates what should be replaced in the start and end g-codes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue