Hello Christian,
i'm working on a prototype the Dual Balance and it's works on the ultimaker original and ultimaker 2, 2+ and 2go and it's possible to assembly this system on other printer who have a compatible board to control the second extruder.
But this is a prototype and not a commercial solution. You can find some details about the things what i have succeeded to print it with SCAFFOLD water-soluble PVA Wire to folow this link:
About the firmware, you can modify it in order to declare the second extruder as
"#define EXTRUDERS 1" to "#define EXTRUDERS 2"
This line is in the "configuartion.h" file in the firmware source code:
// This defines the number of extruders
#ifndef EXTRUDERS
#define EXTRUDERS 2
#endif
You can find all the information about this marlin firmware to this web page
http://marlinfw.org/docs/basics/introduction.html
With some information about your printer, If you want, i can compile this firmware for you in order to have a dual extruder firmware on your ultimaker original.
My prototype does not need to add other electronic cards or actuator to operate.
I guess my prototype will be totally finished in 1 month, if you want and if you are favorable, I can send it to you for beta testing?
I hope I have brought you some answers.
- 1
Recommended Posts
DidierKlein 729
There was an experimental dual extrusion kit for the UMO (not +) it will not work on the UMO+ as the power supply is not strong enough if i remember well.
You might want to have a look at the magnetic tool changer and adapt it to your machine i think it's doable (or maybe done already?)
https://magnetic-tool-changer.com
Link to post
Share on other sites