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

Loading…
Cancel
Save