🐛 Fix BLTOUCH_HS_MODE config

This commit is contained in:
Scott Lahteine
2023-04-11 23:22:36 -05:00
parent 7369a6a37b
commit f5c7b190f6
9 changed files with 26 additions and 25 deletions

View File

@@ -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.