mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Added a project specific config to the PresetBundle class.
This project specific config will be stored into the config.ini, into .3mf and .amf and .gcode, and recover it from the same files.
This commit is contained in:
parent
0781dd8271
commit
5f28b89ae0
3 changed files with 16 additions and 0 deletions
|
@ -161,6 +161,8 @@ PresetCollection::arrayref()
|
|||
Ref<PresetCollection> print() %code%{ RETVAL = &THIS->prints; %};
|
||||
Ref<PresetCollection> filament() %code%{ RETVAL = &THIS->filaments; %};
|
||||
Ref<PresetCollection> printer() %code%{ RETVAL = &THIS->printers; %};
|
||||
Ref<DynamicPrintConfig> project_config() %code%{ RETVAL = &THIS->project_config; %};
|
||||
|
||||
bool has_defauls_only();
|
||||
|
||||
std::vector<std::string> filament_presets() %code%{ RETVAL = THIS->filament_presets; %};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue