-
Notifications
You must be signed in to change notification settings - Fork 19
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
MMU2S filament load failure with firmware 3.13.x and 3.14.0 (MMU2S fw 3.0.2) - Idler incorrectly positioned #332
Comments
I used a clone of the last version of the source code of this firmware (v3.0.3). I fixed the issue locally on my MMU2S by changing the value of IdlerOffsetFromHome from 18 to 25 in the file config.h of the project PRUSA-FIRMWARE-MMU config.h line 203 : static constexpr U_deg IdlerSlotDistance = 40.0_deg; /// Idler distance between two slots After compilation and flashing, the Idler takes now a position very similar to position with firmware 3.12.2 Very strange as when I do a load of all 5 filaments in the MMU2S I do not have any MMU MCU error... So I suspect another bug with firmware v3.14.x.. Any idea? |
@cugnonr Thanks for the report and glad to see that you found a solution. Do you use the MMU2S plastic parts? Gonna have a look if the 25° that work for you better than the stock 18° make some difference on my MMU3. BTW I don't have any issue with these values. |
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment. |
This issue has been closed due to lack of recent activity. |
Do you use the MMU2S plastic parts? Gonna have a look if the 25° that work for you better than the stock 18° make some difference on my MMU3. BTW I don't have any issue with these values. I do not have any issue since I installed firmware recompiled with the 25° I will do a pull request from my repo when I will got few free time |
Pull request #347 done. Regards Rudy CUGNON |
Printer model
MK3S/+
MMU model
MMU2S
Firmware versions
3.14.0
Upgrades and modifications
Prusa MMU2S Rear PTFE Holder (https://www.printables.com/model/22339-prusa-mmu2s-rear-ptfe-holder)
Printing from...
SD Card
Describe the bug
Since firmware 3.13.x and 3.14.0 the MMU2S cannot successfully load filament in the extruder but no issue with firmware 3.10.1 or 3.12.2
I do some checks and discovered that the idler is not positioning the same way with the refactored firmware (3.13.x 3.14.0).
See my post on
https://forum.prusa3d.com/forum/original-prusa-i3-mmu2s-mmu2-hardware-firmware-and-software-help/bug-mmu2s-filament-load-failure-with-firmware-3-13-x-and-3-14-0-mmu2s-fw-3-0-2/
As the ball bearings are not positioned correctly on the gears (compared with firmwares 3.10 / 3.12) the filament is not correctly pushed or retracted.from the PTFE tube going to the extruder.
We can see that the filament is mangled where the gear are slipping on it when loading/unloading due to unsuficient pressure of the ball bearing of the MMU2S.
Setting back old firmware fix the issue (the idler is correctly positioning the ball bearing at top of gear).
So the issue looks related to firmware and not to hardware fault.
The ruler I used to check the position looks to confirm my theory.
How to reproduce
Go in printer menu and load any filament of the MMU2S to the extruder.
Use long ptfe at entry of the MMU2S (coming from a dry box).
Expected behavior
The filament should successfully load/unload and should not be damaged by the gears when loading and unloading.
Files
No response
Also reported in Prusa-Firmware project : prusa3d/Prusa-Firmware#4790
The text was updated successfully, but these errors were encountered: