update slic3r

This commit is contained in:
QIDI TECH
2025-07-10 09:14:38 +08:00
parent e0d447172c
commit f60592f1a0
153 changed files with 6440 additions and 4276 deletions

View File

@@ -102,7 +102,6 @@ public:
void input_min_finish();
void input_max_finish();
void update();
void enable_confirm_button(bool en);
bool Show(bool show) override;
void Popup(wxString filament = wxEmptyString, wxString sn = wxEmptyString,
wxString temp_min = wxEmptyString, wxString temp_max = wxEmptyString,
@@ -146,6 +145,8 @@ protected:
bool is_virtual_tray();
void update_widgets();
void update_filament_editing(bool is_printing);
protected:
StateColor m_btn_bg_blue;
StateColor m_btn_bg_gray;