FIX: print warning when ams drying

jira: [STUDIO-16505]

Change-Id: I47b98643a7d941c594eb4d90c08f48a7880c947e
(cherry picked from commit bdc833d49440c73a56cf10b723fb02d33d1c3a98)
This commit is contained in:
changyu.chen
2026-01-14 10:17:23 +08:00
committed by Noisyfox
parent f58a1f350a
commit 1b93f35565
2 changed files with 31 additions and 1 deletions

View File

@@ -516,6 +516,7 @@ public:
int convert_filament_map_nozzle_id_to_task_nozzle_id(int nozzle_id) const;
bool is_ams_drying(MachineObject* obj);
bool is_selected_ams_drying(MachineObject* obj);
PrintFromType get_print_type() {return m_print_type;};
wxString format_steel_name(NozzleType type);