Browse Source

Remove unused MSG_OK_B and MSG_OK_T

Scott Lahteine 10 years ago
parent
commit
d78ebbc0e9
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/configurator/config/language.h

+ 0
- 2
Marlin/configurator/config/language.h View File

195
 #define MSG_KP                              " Kp: "
195
 #define MSG_KP                              " Kp: "
196
 #define MSG_KI                              " Ki: "
196
 #define MSG_KI                              " Ki: "
197
 #define MSG_KD                              " Kd: "
197
 #define MSG_KD                              " Kd: "
198
-#define MSG_OK_B                            "ok B:"
199
-#define MSG_OK_T                            "ok T:"
200
 #define MSG_AT                              " @:"
198
 #define MSG_AT                              " @:"
201
 #define MSG_PID_AUTOTUNE_FINISHED           MSG_PID_AUTOTUNE " finished! Put the last Kp, Ki and Kd constants from below into Configuration.h"
199
 #define MSG_PID_AUTOTUNE_FINISHED           MSG_PID_AUTOTUNE " finished! Put the last Kp, Ki and Kd constants from below into Configuration.h"
202
 #define MSG_PID_DEBUG                       " PID_DEBUG "
200
 #define MSG_PID_DEBUG                       " PID_DEBUG "

Loading…
Cancel
Save