From 9741b8550d091a595858f7fd7b34d3bb8fbeb51d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 11 May 2020 20:02:50 -0500 Subject: [PATCH] U20 cleanup --- config/examples/Alfawise/U20-bltouch/Configuration.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/examples/Alfawise/U20-bltouch/Configuration.h b/config/examples/Alfawise/U20-bltouch/Configuration.h index 3882752a02..a3f1e7fdb6 100644 --- a/config/examples/Alfawise/U20-bltouch/Configuration.h +++ b/config/examples/Alfawise/U20-bltouch/Configuration.h @@ -933,8 +933,8 @@ * Use G29 repeatedly, adjusting the Z height at each point with movement commands * or (with LCD_BED_LEVELING) the LCD controller. */ -#define PROBE_MANUALLY -#define MANUAL_PROBE_START_Z 0.2 +//#define PROBE_MANUALLY +//#define MANUAL_PROBE_START_Z 0.2 /** * A Fix-Mounted Probe either doesn't deploy or needs manual deployment. @@ -971,7 +971,6 @@ */ //#define TOUCH_MI_PROBE #if ENABLED(TOUCH_MI_PROBE) - #undef PROBE_MANUALLY #define TOUCH_MI_RETRACT_Z 0.5 // Height at which the probe retracts //#define TOUCH_MI_DEPLOY_XPOS (X_MAX_BED + 2) // For a magnet on the right side of the bed //#define TOUCH_MI_MANUAL_DEPLOY // For manual deploy (LCD menu)