reprappro / RepRapFirmware

OO C++ RepRap Firmware
Other
143 stars 120 forks source link

Duet for independent carriage extruders #88

Closed rsatue closed 8 years ago

rsatue commented 8 years ago

Hi!

Sorry if I'm asking for something that already exists or asking for it in the wrong place. I have some experience with Marlin firmware but none with Reprapfirmware.

I have a custom made cartesian 3D printer with 2 independent carriage extruders along the X-axis. For some reasons, the electronics I'm using now is on its limits (in terms of CPU speed, it is a 16MHz Megatronics V3.0) and I am considering moving to the Duet.

I would like to know if the use of independent X-axis with the Duet is an option in the firmware and if not if it would be very difficult to implement.

Marlin firmware has it implemented and from my understanding, what it does is that, when there is a tool change, it changes the X-axis pins (motor and end-stop) to the ones used to move the second extruder.

Thanks in advance