mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
New option to change perimeter order. #534
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user