mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Filling the Filament's and Printer's Tabs. Finished. It's need to adding functions to work with presets
This commit is contained in:
parent
67f2469e70
commit
61247fe8d3
10 changed files with 802 additions and 75 deletions
|
@ -35,5 +35,5 @@ void set_tab_panel(SV *ui)
|
|||
void add_debug_menu(SV *ui)
|
||||
%code%{ Slic3r::GUI::add_debug_menu((wxMenuBar*)wxPli_sv_2_object(aTHX_ ui, "Wx::MenuBar")); %};
|
||||
|
||||
void create_preset_tab(const char *name)
|
||||
%code%{ Slic3r::GUI::create_preset_tab(name); %};
|
||||
void create_preset_tabs(PresetBundle *preset_bundle)
|
||||
%code%{ Slic3r::GUI::create_preset_tabs(preset_bundle); %};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue