MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.34k stars 19.26k forks source link

[BUG] (Filament Change Retracts on Continue - Causes layer gap and failed print) #21973

Closed manoman48 closed 3 years ago

manoman48 commented 3 years ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

On the Ender 3, the filament change process order is incorrect. The print pauses, the head is parked and the instruction on screen says to insert filament. After manually removing the filament and inserting the new filament, the nozzle heats and the option to purge is given. After purging you can choose continue but at the point the extruder retracts ~100mm and so the resumed print fails as there is no filament at the hot end. If you manually push the filament back to the hot end the print can be saved.

The command to retract needs to be removed following successful purging.

Bug Timeline

Unknown

Expected behavior

I expected the print with a primed hot-end to continue following filament change.

Actual behavior

There was no filament at the hot end as the extruder had retracted it back into the bowden tube following a successful purge.

Steps to Reproduce

1) From menu choose 'Change Filament' 2) From sub-menu select 'Change Filament' 3) Follow in-screen insctructions

Version of Marlin Firmware

bugfix-2.0.x 2021-04-14

Printer model

Creality Ender 3

Electronics

Creality 4.2.7 - no other upgrades

Add-ons

No response

Your Slicer

Prusa Slicer

Host Software

No response

Additional information & file uploads

No response

GMagician commented 3 years ago

This has been probably fixed by #21670, update your bugfix and give it a try

manoman48 commented 3 years ago

Thank you. I thought I had updated didn't copy the files across to my project folder. All sorted thank you :)

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.