Selaa lähdekoodia

Improve some probe sanity errors

Scott Lahteine 5 vuotta sitten
vanhempi
commit
657eeab013
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4
    4
      Marlin/src/inc/SanityCheck.h

+ 4
- 4
Marlin/src/inc/SanityCheck.h Näytä tiedosto

295
 #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)
295
 #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)
296
   #error "UBL_PROBE_PT_[123]_[XY] is no longer required. Please remove it from Configuration.h."
296
   #error "UBL_PROBE_PT_[123]_[XY] is no longer required. Please remove it from Configuration.h."
297
 #elif defined(LEFT_PROBE_BED_POSITION)
297
 #elif defined(LEFT_PROBE_BED_POSITION)
298
-  #error "LEFT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_LEFT. Please update your configuration."
298
+  #error "LEFT_PROBE_BED_POSITION is obsolete. Set a margin with MIN_PROBE_EDGE or MIN_PROBE_EDGE_LEFT instead."
299
 #elif defined(RIGHT_PROBE_BED_POSITION)
299
 #elif defined(RIGHT_PROBE_BED_POSITION)
300
-  #error "RIGHT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_RIGHT. Please update your configuration."
300
+  #error "RIGHT_PROBE_BED_POSITION is obsolete. Set a margin with MIN_PROBE_EDGE or MIN_PROBE_EDGE_RIGHT instead."
301
 #elif defined(FRONT_PROBE_BED_POSITION)
301
 #elif defined(FRONT_PROBE_BED_POSITION)
302
-  #error "FRONT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_FRONT. Please update your configuration."
302
+  #error "FRONT_PROBE_BED_POSITION is obsolete. Set a margin with MIN_PROBE_EDGE or MIN_PROBE_EDGE_FRONT instead."
303
 #elif defined(BACK_PROBE_BED_POSITION)
303
 #elif defined(BACK_PROBE_BED_POSITION)
304
-  #error "BACK_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_BACK. Please update your configuration."
304
+  #error "BACK_PROBE_BED_POSITION is obsolete. Set a margin with MIN_PROBE_EDGE or MIN_PROBE_EDGE_BACK instead."
305
 #elif defined(ENABLE_MESH_EDIT_GFX_OVERLAY)
305
 #elif defined(ENABLE_MESH_EDIT_GFX_OVERLAY)
306
   #error "ENABLE_MESH_EDIT_GFX_OVERLAY is now MESH_EDIT_GFX_OVERLAY. Please update your configuration."
306
   #error "ENABLE_MESH_EDIT_GFX_OVERLAY is now MESH_EDIT_GFX_OVERLAY. Please update your configuration."
307
 #elif defined(BABYSTEP_ZPROBE_GFX_REVERSE)
307
 #elif defined(BABYSTEP_ZPROBE_GFX_REVERSE)

Loading…
Peruuta
Tallenna