Fix typo in previous commit
This commit is contained in:
parent
898266fd34
commit
3e8bc73fcb
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ sub validate {
|
|||
|
||||
# --filament-diameter
|
||||
die "Invalid value for --filament-diameter\n"
|
||||
if grep $_ < 1, @$Slic3r::filament_diameterì;
|
||||
if grep $_ < 1, @$Slic3r::filament_diameter;
|
||||
|
||||
# --nozzle-diameter
|
||||
die "Invalid value for --nozzle-diameter\n"
|
||||
|
|
Loading…
Reference in a new issue