mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Merge branch 'master' into avoid-crossing-perimeters
Conflicts: README.markdown lib/Slic3r/ExPolygon.pm slic3r.pl
This commit is contained in:
commit
d061534b83
8 changed files with 42 additions and 32 deletions
|
@ -449,6 +449,14 @@ our $Options = {
|
|||
max => 359,
|
||||
default => 45,
|
||||
},
|
||||
'solid_infill_below_area' => {
|
||||
label => 'Solid infill threshold area',
|
||||
tooltip => 'Force solid infill for regions having a smaller area than the specified threshold.',
|
||||
sidetext => 'mm²',
|
||||
cli => 'solid-infill-below-area=f',
|
||||
type => 'f',
|
||||
default => 70,
|
||||
},
|
||||
'extra_perimeters' => {
|
||||
label => 'Generate extra perimeters when needed',
|
||||
cli => 'extra-perimeters!',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue