mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
New option to make infill before perimeters. #1039
This commit is contained in:
parent
ab3d1ac820
commit
2942485a94
5 changed files with 12 additions and 2 deletions
|
@ -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' => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue