Skip to content
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

[FEATURE REQUEST] Prusa mini+ MMU 3 support #4481

Open
Niflheim123 opened this issue Feb 17, 2025 · 1 comment
Open

[FEATURE REQUEST] Prusa mini+ MMU 3 support #4481

Niflheim123 opened this issue Feb 17, 2025 · 1 comment
Labels
feature request A request for adding a specific feature of change of behaviour.

Comments

@Niflheim123
Copy link

Printer model

Mini+

Describe the feature

Hello, I would like to use the MMU 3 with the Prusa Mini+. Bamboo lab a1 mini has this feature with their AMS system. If the form factor is an issue maybe add a different 3d design to it.

Expected functionality

MMU 3 multi material usage.

@Niflheim123 Niflheim123 added the feature request A request for adding a specific feature of change of behaviour. label Feb 17, 2025
@danopernis
Copy link
Member

This looks like a fairly complicated project. It may be feasible, but certainly not easy to implement. Possible challenges I see straight away:

  • limited FLASH space, STM32F407VG only has 1MB of FLASH and we are at the limit
  • not enough peripherals; you could possible remove Wi-Fi module and reuse the serial line to control MMU
  • power source, MMU requires 24V
  • hardware changes to extruder
  • all the other stuff I don't see straight away 🙂

References:

I would love to see somebody make this work. It would involve hacking a lot of #ifdefs, making adjustments to electronics and also figuring out the hardware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request for adding a specific feature of change of behaviour.
Projects
None yet
Development

No branches or pull requests

2 participants