mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
New --skirt-height option. #11
This commit is contained in:
parent
b123194522
commit
097b8d9acb
8 changed files with 41 additions and 15 deletions
|
@ -82,6 +82,7 @@ our $retract_lift = 0; # mm
|
|||
# skirt options
|
||||
our $skirts = 1;
|
||||
our $skirt_distance = 6; # mm
|
||||
our $skirt_height = 1; # layers
|
||||
|
||||
# transform options
|
||||
our $scale = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue