Update ultralcd.cpp

do delay(2000) everytime, even if IR_SENSOR_ANALOG
This commit is contained in:
DRracer 2020-01-31 16:55:40 +01:00 committed by GitHub
parent 10d468cceb
commit fd42361236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7554,9 +7554,7 @@ bool lcd_selftest()
FORCE_HIGH_POWER_START;
#endif // TMC2130
FORCE_BL_ON_START;
#if !IR_SENSOR_ANALOG
_delay(2000);
#endif //!IR_SENSOR_ANALOG
KEEPALIVE_STATE(IN_HANDLER);
_progress = lcd_selftest_screen(TestScreen::ExtruderFan, _progress, 3, true, 2000);