mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Added ConfigManipulation to universal config manipulation (updating).
This commit is contained in:
parent
dac301e3b6
commit
463783e092
4 changed files with 338 additions and 2 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue