Browse Source

threshold changed

PavelSindler 7 years ago
parent
commit
3c95bea693
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -6144,7 +6144,7 @@ static bool lcd_selftest_fan_dialog(int _fan)
 		if (!fan_speed[1]) {
 			_result = false; _errno = 7;
 		}
-		else if (fan_speed[1] < 40) { //fan is spinning, but measured RPM are too low for print fan, it must be left extruder fan
+		else if (fan_speed[1] < 34) { //fan is spinning, but measured RPM are too low for print fan, it must be left extruder fan
 			_result = false; _errno = 10;
 		}