mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Renamed "multiply" to "duplicate". #7
This commit is contained in:
@@ -45,7 +45,7 @@ sub new {
|
||||
),
|
||||
transform => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Transform',
|
||||
options => [qw(scale rotate multiply_x multiply_y multiply_distance)],
|
||||
options => [qw(scale rotate duplicate_x duplicate_y duplicate_distance)],
|
||||
),
|
||||
);
|
||||
$self->{panels} = \%panels;
|
||||
|
||||
Reference in New Issue
Block a user