🐛 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

@ -243,7 +243,7 @@ void menu_advanced_settings();
ACTION_ITEM(MSG_BLTOUCH_DEPLOY, bltouch._deploy);
ACTION_ITEM(MSG_BLTOUCH_STOW, bltouch._stow);
ACTION_ITEM(MSG_BLTOUCH_SW_MODE, bltouch._set_SW_mode);
#ifdef BLTOUCH_HS_MODE
#if HAS_BLTOUCH_HS_MODE
EDIT_ITEM(bool, MSG_BLTOUCH_SPEED_MODE, &bltouch.high_speed_mode);
#endif
#if ENABLED(BLTOUCH_LCD_VOLTAGE_MENU)