Browse Source

Use a short name for the filament "endstop"

Scott Lahteine 7 years ago
parent
commit
8289ea1316
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/language.h

+ 1
- 1
Marlin/language.h View File

@@ -152,7 +152,7 @@
152 152
 #define MSG_Z2_MIN                          "z2_min: "
153 153
 #define MSG_Z2_MAX                          "z2_max: "
154 154
 #define MSG_Z_PROBE                         "z_probe: "
155
-#define MSG_FILAMENT_RUNOUT_SENSOR          "filament_Runout_Sensor: "
155
+#define MSG_FILAMENT_RUNOUT_SENSOR          "filament: "
156 156
 #define MSG_ERR_MATERIAL_INDEX              "M145 S<index> out of range (0-1)"
157 157
 #define MSG_ERR_M355_NONE                   "No case light"
158 158
 #define MSG_ERR_M421_PARAMETERS             "M421 required parameters missing"

Loading…
Cancel
Save