mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
allow solid fill layers to be zero
This commit is contained in:
parent
2970e31540
commit
729905d342
2 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ sub validate {
|
|||
|
||||
# --solid-layers
|
||||
die "Invalid value for --solid-layers\n"
|
||||
if $Slic3r::solid_layers < 1;
|
||||
if $Slic3r::solid_layers < 0;
|
||||
|
||||
# --print-center
|
||||
die "Invalid value for --print-center\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue