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