瀏覽代碼

Fix error message for probe region sanity check

Scott Lahteine 9 年之前
父節點
當前提交
703df2cb6c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h 查看文件

@@ -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

Loading…
取消
儲存