1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Implementation of C++ to Perl callbacks from Browse & Test buttons.

This commit is contained in:
YuSanka
2018-01-26 01:44:34 +01:00
parent 4d234e90ae
commit 4056978731
9 changed files with 140 additions and 45 deletions
+1
View File
@@ -14,6 +14,7 @@
void select_preset(char* name);
void load_config(DynamicPrintConfig* config);
bool current_preset_is_dirty();
void load_key_value(char* opt_key, char* value);
char* title();
Ref<DynamicPrintConfig> get_config();
Ref<PresetCollection> get_presets();