浏览代码

Fix spacing

Caleb Anderson 10 年前
父节点
当前提交
236db44669
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/language.h

+ 2
- 2
Marlin/language.h 查看文件

140
 #define MSG_SD_PRINTING_BYTE                "SD printing byte "
140
 #define MSG_SD_PRINTING_BYTE                "SD printing byte "
141
 #define MSG_SD_NOT_PRINTING                 "Not SD printing"
141
 #define MSG_SD_NOT_PRINTING                 "Not SD printing"
142
 #define MSG_SD_ERR_WRITE_TO_FILE            "error writing to file"
142
 #define MSG_SD_ERR_WRITE_TO_FILE            "error writing to file"
143
-#define MSG_SD_CANT_ENTER_SUBDIR      "Cannot enter subdir: "
143
+#define MSG_SD_CANT_ENTER_SUBDIR            "Cannot enter subdir: "
144
 
144
 
145
 #define MSG_STEPPER_TOO_HIGH                "Steprate too high: "
145
 #define MSG_STEPPER_TOO_HIGH                "Steprate too high: "
146
 #define MSG_ENDSTOPS_HIT                    "endstops hit: "
146
 #define MSG_ENDSTOPS_HIT                    "endstops hit: "
149
 #define MSG_BABYSTEPPING_X                  "Babystepping X"
149
 #define MSG_BABYSTEPPING_X                  "Babystepping X"
150
 #define MSG_BABYSTEPPING_Y                  "Babystepping Y"
150
 #define MSG_BABYSTEPPING_Y                  "Babystepping Y"
151
 #define MSG_BABYSTEPPING_Z                  "Babystepping Z"
151
 #define MSG_BABYSTEPPING_Z                  "Babystepping Z"
152
-#define MSG_SERIAL_ERROR_MENU_STRUCTURE   "Error in menu structure"
152
+#define MSG_SERIAL_ERROR_MENU_STRUCTURE     "Error in menu structure"
153
 
153
 
154
 // LCD Menu Messages
154
 // LCD Menu Messages
155
 
155
 

正在加载...
取消
保存