mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Skirt can be disabled by either setting skirts to 0 or skirt-height to 0
This commit is contained in:
parent
172253cfd7
commit
f5eb4f03e1
3 changed files with 4 additions and 3 deletions
|
@ -434,7 +434,7 @@ sub validate {
|
|||
|
||||
# --skirt-height
|
||||
die "Invalid value for --skirt-height\n"
|
||||
if $Slic3r::skirt_height < 1;
|
||||
if $Slic3r::skirt_height < 0;
|
||||
|
||||
# legacy with existing config files
|
||||
$Slic3r::small_perimeter_speed ||= $Slic3r::perimeter_speed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue