|
@@ -295,13 +295,13 @@
|
295
|
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
|
296
|
#error "UBL_PROBE_PT_[123]_[XY] is no longer required. Please remove it from Configuration.h."
|
297
|
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
|
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
|
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
|
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
|
305
|
#elif defined(ENABLE_MESH_EDIT_GFX_OVERLAY)
|
306
|
306
|
#error "ENABLE_MESH_EDIT_GFX_OVERLAY is now MESH_EDIT_GFX_OVERLAY. Please update your configuration."
|
307
|
307
|
#elif defined(BABYSTEP_ZPROBE_GFX_REVERSE)
|