mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-24 00:26:55 +01:00
🩹 Reset touch screen calibration on failure (#25334)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -74,7 +74,7 @@ void TouchCalibration::validate_calibration() {
|
||||
else {
|
||||
calibration_state = CALIBRATION_FAIL;
|
||||
calibration_reset();
|
||||
if (need_calibration() && failed_count++ < TOUCH_CALIBRATION_MAX_RETRIES) calibration_state = CALIBRATION_TOP_LEFT;
|
||||
if (need_calibration() && failed_count++ < TOUCH_CALIBRATION_MAX_RETRIES) calibration_state = CALIBRATION_NONE;
|
||||
}
|
||||
#undef CAL_PTS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user