mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: disable send print while the ams is during setting up
jira: [STUDIO-9813] Change-Id: I55dcca9aab4a9923636c1cf7a0a27bc7e4b9586d (cherry picked from commit 5b800d034266489e5b288aa7a51ce6d244ae06b8)
This commit is contained in:
@@ -700,6 +700,8 @@ public:
|
||||
bool is_ams_need_update;
|
||||
|
||||
inline bool is_ams_unload() { return m_tray_tar.compare("255") == 0; }
|
||||
[[nodiscard]] bool is_ams_on_settingup() const;
|
||||
|
||||
Ams* get_curr_Ams();
|
||||
AmsTray* get_curr_tray();
|
||||
AmsTray *get_ams_tray(std::string ams_id, std::string tray_id);
|
||||
|
||||
Reference in New Issue
Block a user