mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
allow solid fill layers to be zero
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user