M569 to change stepping mode. Add new TMC section to LCD. (#12884)

This commit is contained in:
teemuatlut
2019-01-17 21:17:16 +02:00
committed by Scott Lahteine
parent d08f27e27b
commit e6805582a6
84 changed files with 1542 additions and 80 deletions

View File

@ -1178,3 +1178,22 @@
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Resuming...")
#endif
#endif // LCD_HEIGHT < 4
#ifndef MSG_TMC_DRIVERS
#define MSG_TMC_DRIVERS _UxGT("TMC drivers")
#endif
#ifndef MSG_TMC_CURRENT
#define MSG_TMC_CURRENT _UxGT("Driver current")
#endif
#ifndef MSG_TMC_HYBRID_THRS
#define MSG_TMC_HYBRID_THRS _UxGT("Hybrid threshold")
#endif
#ifndef MSG_TMC_HOMING_THRS
#define MSG_TMC_HOMING_THRS _UxGT("Sensorless homing")
#endif
#ifndef MSG_TMC_STEPPING_MODE
#define MSG_TMC_STEPPING_MODE _UxGT("Stepping mode")
#endif
#ifndef MSG_TMC_STEALTH_ENABLED
#define MSG_TMC_STEALTH_ENABLED _UxGT("StealthChop enabled")
#endif