Add a comment
This commit is contained in:
parent
45880c252b
commit
af465da9e2
|
|
@ -3489,6 +3489,7 @@ static void gcode_M600(const bool automatic, const float x_position, const float
|
||||||
if (isPrintPaused)
|
if (isPrintPaused)
|
||||||
{
|
{
|
||||||
// Return to retracted state during a pause
|
// 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;
|
current_position[E_AXIS] -= default_retraction;
|
||||||
plan_buffer_line_curposXYZE(FILAMENTCHANGE_RFEED);
|
plan_buffer_line_curposXYZE(FILAMENTCHANGE_RFEED);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue