Merge pull request #8780 from fiveangle/bf2-typo

[2.0.x] typo in Marlin.cpp
This commit is contained in:
Scott Lahteine 2017-12-15 15:25:41 -06:00 committed by GitHub
commit 4782acf60e
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;