Duet as Robot controller?
-
I'm considering to use a Duet controller to control a 3 axis robot.
The robot is basically a 3D printer but without extruder, heated bed etc.
I want to control the robot using 3D printer standard GCODE on a serial port (USB).
I assume that I can use default Duet firmware(?)
I have experience with various 3D printers, but I have no experience with the Duet board.
Is any of the Duet boards suitable for this task and which are the most suitable? -
@MiguelDK yes, that should be entirely possible. Duets run CNC machines and laser cutters without extruders happily. The board you need will depend on what motor drivers are needed to drive the axis motors. If NEMA 17 motors, a Duet 3 Mini 5+ would be fine, for larger NEMA23, a Duet 3 6HC might be needed.
Ian
-
@droftarts Thanks! I seems like the Duet 3 6HC are the safe choice then.
I will try and see if I can make it work