mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New option to change perimeter order. #534
This commit is contained in:
parent
33b40eda18
commit
db2e76a0df
5 changed files with 16 additions and 3 deletions
|
@ -562,6 +562,13 @@ our $Options = {
|
|||
type => 'bool',
|
||||
default => 0,
|
||||
},
|
||||
'external_perimeters_first' => {
|
||||
label => 'External perimeters first',
|
||||
tooltip => 'Print contour perimeters from the outermost one to the innermost one instead of the default inverse order.',
|
||||
cli => 'external-perimeters-first!',
|
||||
type => 'bool',
|
||||
default => 0,
|
||||
},
|
||||
'only_retract_when_crossing_perimeters' => {
|
||||
label => 'Only retract when crossing perimeters',
|
||||
tooltip => 'Disables retraction when travelling between infill paths inside the same island.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue