mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
New feature: brim. #424
This commit is contained in:
parent
53d24bc580
commit
48addf8c3f
7 changed files with 57 additions and 8 deletions
|
@ -406,7 +406,7 @@ our $Options = {
|
|||
type => 'bool',
|
||||
},
|
||||
|
||||
# skirt options
|
||||
# skirt/brim options
|
||||
'skirts' => {
|
||||
label => 'Loops',
|
||||
cli => 'skirts=i',
|
||||
|
@ -415,13 +415,18 @@ our $Options = {
|
|||
'skirt_distance' => {
|
||||
label => 'Distance from object (mm)',
|
||||
cli => 'skirt-distance=f',
|
||||
type => 'i',
|
||||
type => 'f',
|
||||
},
|
||||
'skirt_height' => {
|
||||
label => 'Skirt height (layers)',
|
||||
cli => 'skirt-height=i',
|
||||
type => 'i',
|
||||
},
|
||||
'brim_thickness' => {
|
||||
label => 'Brim thickness (mm)',
|
||||
cli => 'brim-thickness=f',
|
||||
type => 'f',
|
||||
},
|
||||
|
||||
# transform options
|
||||
'scale' => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue