Welcome! Log In Create A New Profile

Advanced

BLTouch 1.1.9 bugfix-1.1.x

Posted by Mr_H 
BLTouch 1.1.9 bugfix-1.1.x
October 15, 2019 10:07AM
I installed example configuration for Ender 3 so i can install BLTouch to printer.
Only one issue so far I've come across
The line below (as of current version)
127 //#define BLTOUCH,
//if ENABLED(BLTOUCH) , does not exist in the patches for 1.1.9 bugfix-1.1.x, just 2 empty lines then a load of following grayed out text,

" * Enable one or more of the following if probing seems unreliable.
* Heaters and/or fans can be disabled during probing to minimize electrical
* noise. A delay can also be added to allow noise and vibration to settle.
* These options are most useful for the BLTouch probe, but may also improve
* readings with inductive probes and piezo sensors."
Below this just a choice of probe settings, shut off heaters etc. Is this an error or am i missing something?
Thanks.
Re: BLTouch 1.1.9 bugfix-1.1.x
October 15, 2019 10:24AM
Its not a patch... Its just enabling the feature

The code already has all the BLTOUCH routines throughout it

Look for ENABLED(BLTOUCH) in all these files

Conditionals_LCD.h
Configuration_adv.h
configuration_store.cpp
endstops.cpp
Marlin_main.cpp
pins_EINSY_RAMBO.h
pins_EINSY_RETRO.h
pins_GT2560_REV_A_PLUS.h
SanityCheck.h
ultralcd.cpp

If you looking for more BLTOUCH setting look in Configuration_adv.h

Edited 2 time(s). Last edit at 10/15/2019 10:25AM by Dust.
Re: BLTouch 1.1.9 bugfix-1.1.x
October 15, 2019 10:58AM
Got it, found them. Its just confusing when videos of it show the missing "if enabled bltouch" in the configuration h in the latest version of Marlin folder when its not there!
So i can just add //#define Servo0_PIN 27 which i am installing it to below then in config.h, correct?
Thanks
Re: BLTouch 1.1.9 bugfix-1.1.x
October 15, 2019 11:11AM
almost

Its case senstive has to be
#define SERVO0_PIN 27
Sorry, only registered users may post in this forum.

Click here to login