BIGTREETECH-SKR-E3-Turbo icon indicating copy to clipboard operation
BIGTREETECH-SKR-E3-Turbo copied to clipboard

bltouch locks system

Open spunky9296 opened this issue 4 years ago • 2 comments

New board flashed it with stock firmware first and then with the new bltouch zhoming firmware. when i click on bed leveling the system locks up and i cant do anything with the ABL. Any suggestions would be greatly appreciated

spunky9296 avatar Jan 18 '21 22:01 spunky9296

I work with BL-Touch V3.0 on Probe Connection. This Configuration work on 2.0.7.2-bugfix Version

//#define ENDSTOPPULLDOWNS #if DISABLED(ENDSTOPPULLDOWNS) #define ENDSTOPPULLDOWN_ZMIN_PROBE ... //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN #define Z_MIN_PROBE_ENDSTOP_INVERTING false ... #define USE_PROBE_FOR_Z_HOMING ... #define BLTOUCH

Extra ToDo for other, like 2.0.7.2 Version You must define pin for probe connection, SKR E3 Turbo use pin P1_22 Configuration.h: #define Z_MIN_PROBE_PIN P1_22

dk83 avatar Jan 23 '21 01:01 dk83

Just tried those settings on mine with bltouch not working and it fixed it, thank you very much

scottjvincent avatar Jun 03 '21 07:06 scottjvincent