mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Added prototype make_cylinder()
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user