mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Start adding functions to work with presets
This commit is contained in:
parent
72d1f51146
commit
f8a48f5c13
6 changed files with 63 additions and 46 deletions
|
@ -152,7 +152,7 @@ sub _init_tabpanel {
|
|||
}
|
||||
|
||||
#TODO this is an example of a Slic3r XS interface call to add a new preset editor page to the main view.
|
||||
Slic3r::GUI::create_preset_tabs(wxTheApp->{preset_bundle});
|
||||
Slic3r::GUI::create_preset_tabs(wxTheApp->{preset_bundle}, wxTheApp->{app_config});
|
||||
|
||||
if ($self->{plater}) {
|
||||
$self->{plater}->on_select_preset(sub {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue