mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
New option to make infill before perimeters. #1039
This commit is contained in:
@@ -395,6 +395,13 @@ our $Options = {
|
||||
type => 'bool',
|
||||
default => 0,
|
||||
},
|
||||
'infill_first' => {
|
||||
label => 'Infill before perimeters',
|
||||
tooltip => 'This option will switch the print order of perimeters and infill, making the latter first.',
|
||||
cli => 'infill-first!',
|
||||
type => 'bool',
|
||||
default => 0,
|
||||
},
|
||||
|
||||
# flow options
|
||||
'extrusion_width' => {
|
||||
|
||||
Reference in New Issue
Block a user