mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 15:39:04 -07:00
Added ConfigManipulation to universal config manipulation (updating).
This commit is contained in:
@@ -28,6 +28,7 @@ public:
|
||||
|
||||
virtual wxSizer* get_sizer();
|
||||
ConfigOptionsGroup* get_og() { return m_og.get(); }
|
||||
wxWindow* parent() const {return m_parent; }
|
||||
};
|
||||
|
||||
|
||||
@@ -46,6 +47,7 @@ public:
|
||||
~ObjectSettings() {}
|
||||
|
||||
bool update_settings_list();
|
||||
void update_config_values(DynamicPrintConfig*config);
|
||||
void UpdateAndShow(const bool show) override;
|
||||
void msw_rescale();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user