runout.distance_mm LCD edit item (#14066)

This commit is contained in:
Robby Candra
2019-06-11 08:18:06 +07:00
committed by Scott Lahteine
parent a3f034b95e
commit f30b89953d
2 changed files with 17 additions and 0 deletions

View File

@ -1197,6 +1197,9 @@
#ifndef MSG_RUNOUT_SENSOR
#define MSG_RUNOUT_SENSOR _UxGT("Runout Sensor")
#endif
#ifndef MSG_RUNOUT_DISTANCE_MM
#define MSG_RUNOUT_DISTANCE_MM _UxGT("Runout Dist mm")
#endif
#ifndef MSG_ERR_HOMING_FAILED
#define MSG_ERR_HOMING_FAILED _UxGT("Homing failed")
#endif