Browse Source
Merge pull request #8780 from fiveangle/bf2-typo
[2.0.x] typo in Marlin.cpp
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/Marlin.cpp
|
|
@ -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; |
|
|
|