Browse Source

typo in Marlin.cpp

Dave Johnson 7 years ago
parent
commit
69efb87d19
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/Marlin.cpp

+ 1
- 1
Marlin/src/Marlin.cpp View File

@@ -445,7 +445,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
445 445
         }
446 446
       #endif // !SWITCHING_EXTRUDER
447 447
 
448
-      gcode.refresh_cmd_timeout()
448
+      gcode.refresh_cmd_timeout();
449 449
 
450 450
       const float olde = current_position[E_AXIS];
451 451
       current_position[E_AXIS] += EXTRUDER_RUNOUT_EXTRUDE;

Loading…
Cancel
Save