Browse Source

Use MSG_OK in M105

Scott Lahteine 9 years ago
parent
commit
0ce355d9e7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -3211,7 +3211,7 @@ inline void gcode_M105() {
3211 3211
   if (setTargetedHotend(105)) return;
3212 3212
 
3213 3213
   #if HAS_TEMP_0 || HAS_TEMP_BED || defined(HEATER_0_USES_MAX6675)
3214
-    SERIAL_PROTOCOLPGM("ok");
3214
+    SERIAL_PROTOCOLPGM(MSG_OK);
3215 3215
     #if HAS_TEMP_0
3216 3216
       SERIAL_PROTOCOLPGM(" T:");
3217 3217
       SERIAL_PROTOCOL_F(degHotend(target_extruder), 1);

Loading…
Cancel
Save