mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix typo in previous commit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user