mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Enable/disable duplication controls
This commit is contained in:
@@ -61,7 +61,7 @@ sub new {
|
||||
},
|
||||
transform => {
|
||||
title => 'Transform',
|
||||
options => [qw(scale rotate duplicate bed_size duplicate_grid duplicate_distance)],
|
||||
options => [qw(scale rotate duplicate_mode duplicate bed_size duplicate_grid duplicate_distance)],
|
||||
},
|
||||
gcode => {
|
||||
title => 'Custom G-code',
|
||||
@@ -156,6 +156,8 @@ sub new {
|
||||
$self->SetSizer($sizer);
|
||||
$self->Layout;
|
||||
|
||||
$_->() for @Slic3r::GUI::OptionsGroup::reload_callbacks;
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user