-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Issue with mid print color change #4726
Comments
Isn't this the same issue as in #4725? I don't think the problem is M600. If AutoLoading doesn't work from the menus, then it won't work with M600. |
It's a different one. Issue #4725 occurs while the printer is idle, but this one occurs during mid-print. |
The underlying code is the same though from Auto loading feature's perspective. The only difference with M600 is it is doing a lot more UI stuff.
In M600, the image below shows the relevant code. The 'loading' you describe is simply automatic movement which is meant to 'finish' the loading. There's unfortunately not much I can do to help unless this can be reproduced reliably. |
This happens to me every time. I've recorded a video, but the file size is large. How can I add the video here to this issue? |
If the file is too large for Github then I would personally try either:
|
Here’s the video: |
Have you tried:
@Prusa-Support could you take a look at the video? Any thoughts? |
Thank you for your contribution to our project. This issue has not received any updates for 60 days and may be considered "stale." If this issue is still important to you, please add an update within the next 7 days to keep it open. Administrators can manually reopen the issue if necessary. |
This issue has been closed due to lack of recent activity. Please consider opening a new one if needed. |
Printer type - MK3S
Printer firmware version - 3.14.0
SD card or USB/Octoprint
SD Card
Describe the bug
I've inserted a color change in the slicer in the middle of the print directly using the "+" in the slider, not through custom g-code. When the printer reaches the color change step, the printer stops and parks the nozzle to the right and beeps to unload the filament; then I press the knob to unload the filament, then press the knob again "Yes" to confirm that the filament is removed.
Everything runs till here successfully; there are no issues here.
Issue: When I insert the new filament, it doesn't load, and then when I remove it, the extruder starts loading the filament.
The extruder starts loading the filament after the filament sensor senses the removal of the filament, not insertion; it should be the opposite.
I'm using PrusaSlicer 2.8.0.
To Reproduce
Insert filament change in the slicer using the "+" on the right slider.
Expected behavior
The filament should be loaded after inserting the filament.
The text was updated successfully, but these errors were encountered: