mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Added prototype make_cylinder()
This commit is contained in:
parent
3bb237deee
commit
b91b98b21e
5 changed files with 54 additions and 6 deletions
|
@ -60,7 +60,7 @@ sub new {
|
|||
},
|
||||
label_width => 100,
|
||||
);
|
||||
my @options = ("box");
|
||||
my @options = ("box", "cylinder");
|
||||
$self->{type} = Wx::ComboBox->new($self, 1, "box", wxDefaultPosition, wxDefaultSize, \@options, wxCB_READONLY);
|
||||
|
||||
$optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue