Browse Source

Fix sanity check typos

Scott Lahteine 5 years ago
parent
commit
1834d86df5
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/src/inc/SanityCheck.h

+ 4
- 4
Marlin/src/inc/SanityCheck.h View File

@@ -252,13 +252,13 @@
252 252
 #elif defined(UBL_PROBE_PT_1_X) || defined(UBL_PROBE_PT_1_Y) || defined(UBL_PROBE_PT_2_X) || defined(UBL_PROBE_PT_2_Y) || defined(UBL_PROBE_PT_3_X) || defined(UBL_PROBE_PT_3_Y)
253 253
   #error "UBL_PROBE_PT_[123]_[XY] is no longer required. Please remove it from Configuration.h."
254 254
 #elif defined(LEFT_PROBE_BED_POSITION)
255
-  #error LEFT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_LEFT. Please note the differences and update your configuration."
255
+  #error "LEFT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_LEFT. Please update your configuration."
256 256
 #elif defined(RIGHT_PROBE_BED_POSITION)
257
-  #error RIGHT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_RIGHT. Please note the differences and update your configuration."
257
+  #error "RIGHT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_RIGHT. Please update your configuration."
258 258
 #elif defined(FRONT_PROBE_BED_POSITION)
259
-  #error FRONT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_FRONT. Please note the differences and update your configuration."
259
+  #error "FRONT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_FRONT. Please update your configuration."
260 260
 #elif defined(BACK_PROBE_BED_POSITION)
261
-  #error BACK_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_BACK. Please note the differences and update your configuration."
261
+  #error "BACK_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_BACK. Please update your configuration."
262 262
 #elif defined(ENABLE_MESH_EDIT_GFX_OVERLAY)
263 263
   #error "ENABLE_MESH_EDIT_GFX_OVERLAY is now MESH_EDIT_GFX_OVERLAY. Please update your configuration."
264 264
 #elif defined(BABYSTEP_ZPROBE_GFX_REVERSE)

Loading…
Cancel
Save