|
@@ -3624,7 +3624,7 @@ void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType result, ui
|
|
|
msg = _T(MSG_BED_SKEW_OFFSET_DETECTION_FITTING_FAILED);
|
|
|
else if (point_too_far_mask == 2 || point_too_far_mask == 7)
|
|
|
|
|
|
- msg = _i("XYZ calibration failed. Front calibration points not reachable.");
|
|
|
+ msg = _i("XYZ calibration failed. Front calibration points not reachable.");
|
|
|
else if ((point_too_far_mask & 1) == 0)
|
|
|
|
|
|
msg = _i("XYZ calibration failed. Right front calibration point not reachable.");
|