mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
New --min-skirt-length option. #269
This commit is contained in:
parent
c25e54a830
commit
e9ae62a9d1
6 changed files with 49 additions and 6 deletions
|
@ -760,6 +760,15 @@ END
|
|||
type => 'i',
|
||||
default => 1,
|
||||
},
|
||||
'min_skirt_length' => {
|
||||
label => 'Minimum extrusion length',
|
||||
tooltip => 'Generate no less than the number of skirt loops required to consume the specified amount of filament on the bottom layer. For multi-extruder machines, this minimum applies to each extruder.',
|
||||
sidetext => 'mm',
|
||||
cli => 'min-skirt-length=f',
|
||||
type => 'f',
|
||||
default => 0,
|
||||
min => 0,
|
||||
},
|
||||
'skirt_distance' => {
|
||||
label => 'Distance from object',
|
||||
tooltip => 'Distance between skirt and object(s). Set this to zero to attach the skirt to the object(s) and get a brim for better adhesion.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue