mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
New --bed-size option
This commit is contained in:
parent
d96d0a9fbf
commit
e58ed195fd
6 changed files with 18 additions and 13 deletions
|
@ -140,6 +140,7 @@ our $skirt_height = 1; # layers
|
|||
our $scale = 1;
|
||||
our $rotate = 0;
|
||||
our $duplicate = 1;
|
||||
our $bed_size = [200,200];
|
||||
our $duplicate_grid = [1,1];
|
||||
our $duplicate_distance = 6; # mm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue