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
   if (setTargetedHotend(105)) return;
3211
   if (setTargetedHotend(105)) return;
3212
 
3212
 
3213
   #if HAS_TEMP_0 || HAS_TEMP_BED || defined(HEATER_0_USES_MAX6675)
3213
   #if HAS_TEMP_0 || HAS_TEMP_BED || defined(HEATER_0_USES_MAX6675)
3214
-    SERIAL_PROTOCOLPGM("ok");
3214
+    SERIAL_PROTOCOLPGM(MSG_OK);
3215
     #if HAS_TEMP_0
3215
     #if HAS_TEMP_0
3216
       SERIAL_PROTOCOLPGM(" T:");
3216
       SERIAL_PROTOCOLPGM(" T:");
3217
       SERIAL_PROTOCOL_F(degHotend(target_extruder), 1);
3217
       SERIAL_PROTOCOL_F(degHotend(target_extruder), 1);

Loading…
Cancel
Save