1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

New option to make infill before perimeters. #1039

This commit is contained in:
Alessandro Ranellucci
2013-03-10 18:15:44 +01:00
parent ab3d1ac820
commit 2942485a94
5 changed files with 12 additions and 2 deletions
+7
View File
@@ -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' => {