Added prototype make_cylinder()

This commit is contained in:
Joseph Lenox 2016-11-27 19:15:27 -06:00 committed by bubnikv
parent 3bb237deee
commit b91b98b21e
5 changed files with 54 additions and 6 deletions

View file

@ -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(