Add a comment

This commit is contained in:
gudnimg 2023-11-11 16:53:56 +00:00
parent 45880c252b
commit af465da9e2
1 changed files with 1 additions and 0 deletions

View File

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