Allow BL-Touch users to control heaters during probe event (#6485)
The Configuration.h file entries for BL-Touch have been updated to: ```cpp //#define BLTOUCH //#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed //#define BLTOUCH_HEATERS_OFF // if defined the printer's heaters are turned off during probe event ```
This commit is contained in:
parent
6e8ecb908a
commit
4075b95519
28 changed files with 60 additions and 27 deletions
|
|
@ -576,7 +576,8 @@
|
|||
* with the possible exception of Z_ENDSTOP_SERVO_NR.
|
||||
*/
|
||||
//#define BLTOUCH
|
||||
//#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
|
||||
//#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed
|
||||
//#define BLTOUCH_HEATERS_OFF // if defined the printer's heaters are turned off during probe event
|
||||
|
||||
/**
|
||||
* BLTouch WARNING - ONLY APPLIES TO VERSIONS OF MARLIN BEFORE 15 FEB 2017
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue