mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Enable/disable duplication controls
This commit is contained in:
parent
e58ed195fd
commit
e5abb0b9df
4 changed files with 30 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue