Browse Source

No space after X: or A: in M114 output

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

+ 2
- 2
Marlin/language.h View File

@@ -133,8 +133,8 @@
133 133
 #define MSG_INVALID_SOLENOID                "Invalid solenoid"
134 134
 #define MSG_ERR_NO_THERMISTORS              "No thermistors - no temperature"
135 135
 #define MSG_M115_REPORT                     "FIRMWARE_NAME:Marlin " DETAILED_BUILD_VERSION " SOURCE_CODE_URL:" SOURCE_CODE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID
136
-#define MSG_COUNT_X                         " Count X: "
137
-#define MSG_COUNT_A                         " Count A: "
136
+#define MSG_COUNT_X                         " Count X:"
137
+#define MSG_COUNT_A                         " Count A:"
138 138
 #define MSG_ERR_KILLED                      "Printer halted. kill() called!"
139 139
 #define MSG_ERR_STOPPED                     "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
140 140
 #define MSG_BUSY_PROCESSING                 "busy: processing"

Loading…
Cancel
Save