Browse Source

Merge pull request #8780 from fiveangle/bf2-typo

[2.0.x] typo in Marlin.cpp
Scott Lahteine 7 years ago
parent
commit
4782acf60e
No account linked to committer's email address
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