mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
NEW:support multiple extruder new control
jira:[device page] Change-Id: Idf68a3385172cbaa123cedb4e2b814c15cc09f07 (cherry picked from commit 7700b911a6fec782ce6b484b9b030963283a846c)
This commit is contained in:
@@ -71,12 +71,12 @@ public:
|
||||
const wxSize & size = wxDefaultSize,
|
||||
long style = 0);
|
||||
|
||||
|
||||
|
||||
wxPopupTransientWindow *wdialog{nullptr};
|
||||
int temp_type;
|
||||
bool actice = false;
|
||||
|
||||
|
||||
|
||||
wxString erasePending(wxString &str);
|
||||
|
||||
void SetTagTemp(int temp);
|
||||
@@ -85,7 +85,8 @@ public:
|
||||
void SetCurrTemp(int temp);
|
||||
void SetCurrTemp(wxString temp);
|
||||
void SetCurrType(TempInputType type);
|
||||
|
||||
TempInputType GetCurrType(){return m_input_type;};
|
||||
|
||||
bool AllisNum(std::string str);
|
||||
void SetFinish();
|
||||
void Warning(bool warn, WarningType type = WARNING_UNKNOWN);
|
||||
|
||||
Reference in New Issue
Block a user