mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Enable/disable duplication controls
This commit is contained in:
parent
e58ed195fd
commit
e5abb0b9df
4 changed files with 30 additions and 3 deletions
|
@ -139,6 +139,7 @@ our $skirt_height = 1; # layers
|
|||
# transform options
|
||||
our $scale = 1;
|
||||
our $rotate = 0;
|
||||
our $duplicate_mode = 'no';
|
||||
our $duplicate = 1;
|
||||
our $bed_size = [200,200];
|
||||
our $duplicate_grid = [1,1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue