🩹 Fix BLTOUCH_HS_MODE check

This commit is contained in:
Scott Lahteine 2023-04-11 23:39:30 -05:00
parent ebc067c3da
commit d18c9981e9
310 changed files with 310 additions and 310 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.