mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
🩹 Fix BLTOUCH_HS_MODE check
This commit is contained in:
parent
ebc067c3da
commit
d18c9981e9
310 changed files with 310 additions and 310 deletions
|
@ -987,7 +987,7 @@
|
|||
*/
|
||||
//#define BLTOUCH_HS_MODE true
|
||||
|
||||
#if ENABLED(BLTOUCH_HS_MODE)
|
||||
#ifdef BLTOUCH_HS_MODE
|
||||
// The probe Z offset (M851 Z) is the height at which the probe triggers.
|
||||
// This must be large enough to keep the probe pin off the bed and prevent
|
||||
// it from snagging on the bed clips.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue