mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Further fixes of the previous commit.
This commit is contained in:
parent
8089631f10
commit
b1e3b0cdf9
4 changed files with 6 additions and 4 deletions
|
@ -24,6 +24,7 @@
|
|||
%name{Slic3r::GUI::PresetCollection} class PresetCollection {
|
||||
|
||||
Ref<Preset> preset(size_t idx) %code%{ RETVAL = &THIS->preset(idx); %};
|
||||
Ref<Preset> default_preset() %code%{ RETVAL = &THIS->default_preset(); %};
|
||||
size_t size() const;
|
||||
size_t num_visible() const;
|
||||
%{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue