mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 21:49:02 +08:00
Fix typo in previous commit
This commit is contained in:
parent
898266fd34
commit
3e8bc73fcb
@ -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…
x
Reference in New Issue
Block a user