|
@@ -8061,7 +8061,7 @@ static void lcd_selftest_error(TestError testError, const char *_error_1, const
|
|
|
{
|
|
|
case TestError::Heater:
|
|
|
lcd_puts_at_P(0, 2, _i("Heater/Thermistor"));////MSG_SELFTEST_HEATERTHERMISTOR c=20
|
|
|
- lcd_puts_at_P(0, 3, _i("Not connected"));////MSG_SELFTEST_NOTCONNECTED
|
|
|
+ lcd_puts_at_P(0, 3, _i("Not connected"));////MSG_SELFTEST_NOTCONNECTED c=20
|
|
|
break;
|
|
|
case TestError::Bed:
|
|
|
lcd_puts_at_P(0, 2, _i("Bed / Heater"));////MSG_SELFTEST_BEDHEATER c=20
|