Skip to content
Snippets Groups Projects
Commit 69efb87d authored by Dave Johnson's avatar Dave Johnson
Browse files

typo in Marlin.cpp

parent 368c124d
No related branches found
No related tags found
Loading
......@@ -445,7 +445,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
}
#endif // !SWITCHING_EXTRUDER
gcode.refresh_cmd_timeout()
gcode.refresh_cmd_timeout();
const float olde = current_position[E_AXIS];
current_position[E_AXIS] += EXTRUDER_RUNOUT_EXTRUDE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment