mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 12:04:05 -06:00
Implementation of C++ to Perl callbacks from Browse & Test buttons.
This commit is contained in:
parent
4d234e90ae
commit
4056978731
9 changed files with 140 additions and 45 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
void select_preset(char* name);
|
||||
char* title();
|
||||
void load_config(DynamicPrintConfig* config);
|
||||
void load_key_value(char* opt_key, char* value);
|
||||
bool current_preset_is_dirty();
|
||||
DynamicPrintConfig* get_config();
|
||||
PresetCollection* TabIface::get_presets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue