FIX: move the message to dialog

jira: [STUDIO-9580]
Change-Id: I95f6d8ee56767b682956ce84cc74c096984afbef
(cherry picked from commit 3697ff05a4a6935422792b64fe1be4b6cc5be09d)
This commit is contained in:
xin.zhang
2025-01-16 16:56:21 +08:00
committed by Noisyfox
parent ae267aeca5
commit 9b1abd02ff
2 changed files with 53 additions and 67 deletions

View File

@@ -82,6 +82,8 @@ enum PrintDialogStatus {
PrintStatusAmsMappingMixInvalid,
PrintStatusNozzleMatchInvalid,
PrintStatusNozzleDataInvalid,
PrintStatusNozzleDiameterMismatch,
PrintStatusNozzleTypeMismatch,
PrintStatusAmsMappingValid,
PrintStatusAmsMappingByOrder,
PrintStatusRefreshingMachineList,
@@ -491,7 +493,6 @@ public:
PrintFromType get_print_type() {return m_print_type;};
wxString format_bed_name(std::string plate_name);
wxString format_steel_name(NozzleType type);
wxString format_text(wxString &m_msg);
PrintDialogStatus get_status() { return m_print_status; }
};