mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-06 23:07:42 -07:00
FIX: Can do switch while printing pause
jira: [STUDIO-9789] Change-Id: I8d5d2195adcd2cd048d95303f0562f24b696e34e (cherry picked from commit f3777db02d1ae61ff2ad996bf1dbb6c3aba8a1c3)
This commit is contained in:
parent
046685c626
commit
c2a91c613d
3 changed files with 10 additions and 2 deletions
|
|
@ -2764,6 +2764,11 @@ bool MachineObject::is_in_prepare()
|
|||
return print_status == "PREPARE";
|
||||
}
|
||||
|
||||
bool MachineObject::is_in_printing_pause() const
|
||||
{
|
||||
return print_status == "PAUSE";
|
||||
}
|
||||
|
||||
bool MachineObject::is_printing_finished()
|
||||
{
|
||||
if (print_status.compare("FINISH") == 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue