mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Load presets into the new C++ class.
This commit is contained in:
parent
b1e3b0cdf9
commit
84d4bf8fdb
6 changed files with 57 additions and 3 deletions
|
@ -51,6 +51,9 @@ PresetCollection::arrayref()
|
|||
PresetBundle();
|
||||
~PresetBundle();
|
||||
|
||||
void load_bitmaps(std::string path_bitmap_compatible, std::string path_bitmap_incompatible);
|
||||
void load_presets(std::string dir_path);
|
||||
|
||||
Ref<PresetCollection> prints() %code%{ RETVAL = &THIS->prints; %};
|
||||
Ref<PresetCollection> filaments() %code%{ RETVAL = &THIS->filaments; %};
|
||||
Ref<PresetCollection> printers() %code%{ RETVAL = &THIS->printers; %};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue