FIX: Can do switch while printing pause

jira: [STUDIO-9789]
Change-Id: I8d5d2195adcd2cd048d95303f0562f24b696e34e
(cherry picked from commit f3777db02d1ae61ff2ad996bf1dbb6c3aba8a1c3)
This commit is contained in:
xin.zhang
2025-01-14 09:56:38 +08:00
committed by Noisyfox
parent 046685c626
commit c2a91c613d
3 changed files with 10 additions and 2 deletions

View File

@@ -1172,6 +1172,7 @@ public:
bool can_pause();
bool can_abort();
bool is_in_printing();
bool is_in_printing_pause() const;
bool is_in_prepare();
bool is_printing_finished();
bool is_core_xy();