update slic3r

This commit is contained in:
QIDI TECH
2025-05-08 15:05:30 +08:00
parent 126534997a
commit 011619cf23
307 changed files with 55594 additions and 19386 deletions

View File

@@ -17,6 +17,9 @@ public:
const wxSize& size = wxDefaultSize,
long style = wxTAB_TRAVERSAL);
void create_panel(wxWindow* parent);
void msw_rescale();
//w29
void set_parent(CalibrationPresetPage* parent) { m_stage_panel_parent = parent; }
//w29
@@ -25,6 +28,9 @@ protected:
wxBoxSizer* m_top_sizer;
wxPanel* input_panel;
CalibrationPresetPage* m_stage_panel_parent;
TextInput * flow_ratio_input;
};
//w29