From 8427f2277f914a6fb554920ecfce4904b558b093 Mon Sep 17 00:00:00 2001 From: r0xANDt0l <41841903+r0xANDt0l@users.noreply.github.com> Date: Sat, 9 Jan 2021 01:20:26 +0100 Subject: [PATCH] Attempt #3 to fix BLTouch Thanks EvilGremlin#3985 on Discord for trying to help --- Marlin/Configuration.h | 5 ++--- Marlin/Configuration_adv.h | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 76b8af9d2d46..d6dbce8ff265 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -839,10 +839,10 @@ * The probe replaces the Z-MIN endstop and is used for Z homing. * (Automatically enables USE_PROBE_FOR_Z_HOMING.) */ -#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN +//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN // Force the use of the probe for Z-axis homing -//#define USE_PROBE_FOR_Z_HOMING +#define USE_PROBE_FOR_Z_HOMING /** * Z_MIN_PROBE_PIN @@ -904,7 +904,6 @@ * The BLTouch probe uses a Hall effect sensor and emulates a servo. */ #define BLTOUCH - #define SERVO0_PIN 11 /** * Touch-MI Probe by hotends.fr diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index ea6f3ec8aa23..16746d666c26 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -719,7 +719,7 @@ * differs, a mode set eeprom write will be completed at initialization. * Use the option below to force an eeprom write to a V3.1 probe regardless. */ - #define BLTOUCH_SET_5V_MODE + //#define BLTOUCH_SET_5V_MODE /** * Safety: Activate if connecting a probe with an unknown voltage mode.