We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c641208 commit 28666f2Copy full SHA for 28666f2
Marlin/src/lcd/tft_io/touch_calibration.cpp
@@ -74,7 +74,7 @@ void TouchCalibration::validate_calibration() {
74
else {
75
calibration_state = CALIBRATION_FAIL;
76
calibration_reset();
77
- 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;
78
}
79
#undef CAL_PTS
80
0 commit comments