Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gudnimg committed Nov 11, 2023
1 parent 45880c2 commit af465da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3489,6 +3489,7 @@ static void gcode_M600(const bool automatic, const float x_position, const float
if (isPrintPaused)
{
// Return to retracted state during a pause
// @todo is retraction really needed? E-position is reverted a few lines below
current_position[E_AXIS] -= default_retraction;
plan_buffer_line_curposXYZE(FILAMENTCHANGE_RFEED);

Expand Down

0 comments on commit af465da

Please sign in to comment.