Filling the Filament's and Printer's Tabs. Finished. It's need to adding functions to work with presets

This commit is contained in:
YuSanka 2017-12-22 11:50:28 +01:00
parent 67f2469e70
commit 61247fe8d3
10 changed files with 802 additions and 75 deletions

View file

@ -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_tab("print");
Slic3r::GUI::create_preset_tabs(wxTheApp->{preset_bundle});
if ($self->{plater}) {
$self->{plater}->on_select_preset(sub {