Browse Source

use fetched value

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

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -5696,7 +5696,7 @@ void process_next_command() {
5696 5696
     break;
5697 5697
 
5698 5698
     case 'T':
5699
-      gcode_T(code_value_short());
5699
+      gcode_T(codenum);
5700 5700
     break;
5701 5701
   }
5702 5702
 

Loading…
Cancel
Save