bigtreetech / BIGTREETECH-SKR-E3-Turbo

79 stars 53 forks source link

bltouch locks system #24

Open spunky9296 opened 3 years ago

spunky9296 commented 3 years ago

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

dk83 commented 3 years ago

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 P122 Configuration.h:

define Z_MIN_PROBE_PIN P1_22

scottjvincent commented 3 years ago

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