Allow perimeters = 0. #282
This commit is contained in:
parent
7a4b43f8c5
commit
bf964b5273
4 changed files with 3 additions and 7 deletions
|
@ -554,7 +554,7 @@ sub validate {
|
|||
|
||||
# --perimeters
|
||||
die "Invalid value for --perimeters\n"
|
||||
if $Slic3r::perimeters < 1;
|
||||
if $Slic3r::perimeters < 0;
|
||||
|
||||
# --solid-layers
|
||||
die "Invalid value for --solid-layers\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue