From 8289ea1316853189a15e07129a08f500aa36405b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 10 Feb 2017 00:30:12 -0600 Subject: [PATCH] Use a short name for the filament "endstop" --- Marlin/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/language.h b/Marlin/language.h index 914d1dd6b..da2be2587 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -152,7 +152,7 @@ #define MSG_Z2_MIN "z2_min: " #define MSG_Z2_MAX "z2_max: " #define MSG_Z_PROBE "z_probe: " -#define MSG_FILAMENT_RUNOUT_SENSOR "filament_Runout_Sensor: " +#define MSG_FILAMENT_RUNOUT_SENSOR "filament: " #define MSG_ERR_MATERIAL_INDEX "M145 S out of range (0-1)" #define MSG_ERR_M355_NONE "No case light" #define MSG_ERR_M421_PARAMETERS "M421 required parameters missing"