mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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