cjbaar / prusa-mmu-12x

Modified Prusa MMU2/3 model for up to 12 filaments
144 stars 18 forks source link

Umbau mmu3 #23

Open Lanzelott76 opened 2 days ago

Lanzelott76 commented 2 days ago

Hallo Wird die Hartware von der mmu3 dort nur genommen oder geht die von der mmu2s auch dafür . Wäre es möglich eine Klipper Lösung zu finden für den Umbau auf 12 Farben ...das wäre super . Gruß

cjbaar commented 2 days ago

I believe the firmware I have posted for the MMU3 should work with the previous hardware, but I have not tested it. There have been no changes in the size or distances between filaments. Also, I am not familiar with Klipper, but generally the printer firmware just needs to forward all T commands to the MMU without restriction.

Lanzelott76 commented 1 day ago

Wenn das so ist werde ich mal die neuen Teile drucken und den Umbau wagen . Danke für die schnelle Antwort. 😉

3d-gussner commented 22 hours ago

The internal communication between the printer and MMU changed. Also it is not a "simple" forward of gcode commands.

T0 which the printer receives results in a T0*<crc> M702 ; Unload filament the printer will send U*<crc> etc.

In the 1.0.6 version the printer send S0 to get the Major version number

The new version 3.0.x has an additional CRC checksum S0*c6 to get the Major version number

@Lanzelott76 If you find any Klipper solution that works with the MM-control board please let us know. Viel Glück bei der Suche.

Lanzelott76 commented 22 hours ago

Nein , die original Platine geht nicht auf Klipper zu flashen...es gibt nur eine Lösung mit einem anderen Bord (skr mini e3 v2) wo man die Klipper Firmware drauf bekommt und die mmu mit steuert . Ich werde mal schauen ob man die jetzige Klipper Version umschreiben kann von 5 auf 12 Stationen . Gruß

3d-gussner commented 21 hours ago

@Lanzelott76 I continue writing in English if that is okay. I have not worked on Klipper but if you can establish a second serial communication to the MM-conrtol board from Klipper and "replicate" the protocol it should be doable to get Klipper "talking" to stock MM-control board. I can imagine that it is hard to get Klipper firmware on the 32u4 chip which is used on the MM-control board. It doesn't have that many resources.