mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: move the message to dialog
jira: [STUDIO-9580] Change-Id: I95f6d8ee56767b682956ce84cc74c096984afbef (cherry picked from commit 3697ff05a4a6935422792b64fe1be4b6cc5be09d)
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user