Document the RPM condition
This commit is contained in:
parent
1bf5635459
commit
183b102b6c
1 changed files with 1 additions and 1 deletions
|
@ -8569,7 +8569,7 @@ static FanCheck lcd_selftest_fan_auto(int _fan)
|
|||
printf_P(PSTR("Print fan speed: %d \n"), fan_speed[1]);
|
||||
printf_P(PSTR("Extr fan speed: %d \n"), fan_speed[0]);
|
||||
|
||||
if (fan_speed[0] < 20) {
|
||||
if (fan_speed[0] < 20) { // < 1200 RPM would mean either a faulty Noctua or Altfan
|
||||
return FanCheck::ExtruderFan;
|
||||
}
|
||||
#ifdef FAN_SOFT_PWM
|
||||
|
|
Loading…
Add table
Reference in a new issue