Merge branch 'master' into avoid-crossing-perimeters

Conflicts:
	README.markdown
	lib/Slic3r/ExPolygon.pm
	slic3r.pl
This commit is contained in:
Alessandro Ranellucci 2012-08-25 14:26:32 +02:00
commit d061534b83
8 changed files with 42 additions and 32 deletions

View file

@ -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!',