Quellcode durchsuchen

Fix error message for probe region sanity check

Scott Lahteine vor 9 Jahren
Ursprung
Commit
703df2cb6c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h Datei anzeigen

@@ -175,7 +175,7 @@
175 175
         #if LEFT_PROBE_BED_POSITION > RIGHT_PROBE_BED_POSITION
176 176
           #error LEFT_PROBE_BED_POSITION must be less than RIGHT_PROBE_BED_POSITION.
177 177
         #elif FRONT_PROBE_BED_POSITION > BACK_PROBE_BED_POSITION
178
-          #error BACK_PROBE_BED_POSITION must be less than FRONT_PROBE_BED_POSITION.
178
+          #error FRONT_PROBE_BED_POSITION must be less than BACK_PROBE_BED_POSITION.
179 179
         #endif
180 180
         // Make sure probing points are reachable
181 181
         #if LEFT_PROBE_BED_POSITION < MIN_PROBE_X

Laden…
Abbrechen
Speichern