From 703df2cb6cea7e840e480842907237dc9682d6b9 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 3 Sep 2015 01:01:19 -0700 Subject: [PATCH] Fix error message for probe region sanity check --- Marlin/SanityCheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/SanityCheck.h b/Marlin/SanityCheck.h index 8c9f8341fb..7ad8fb3aca 100644 --- a/Marlin/SanityCheck.h +++ b/Marlin/SanityCheck.h @@ -175,7 +175,7 @@ #if LEFT_PROBE_BED_POSITION > RIGHT_PROBE_BED_POSITION #error LEFT_PROBE_BED_POSITION must be less than RIGHT_PROBE_BED_POSITION. #elif FRONT_PROBE_BED_POSITION > BACK_PROBE_BED_POSITION - #error BACK_PROBE_BED_POSITION must be less than FRONT_PROBE_BED_POSITION. + #error FRONT_PROBE_BED_POSITION must be less than BACK_PROBE_BED_POSITION. #endif // Make sure probing points are reachable #if LEFT_PROBE_BED_POSITION < MIN_PROBE_X