mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -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
|
@ -41,7 +41,7 @@ sub new {
|
|||
),
|
||||
skirt => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Skirt',
|
||||
options => [qw(skirts skirt_distance)],
|
||||
options => [qw(skirts skirt_distance skirt_height)],
|
||||
),
|
||||
transform => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Transform',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue