February 17, 2011
Description
This is a Board i designed for my EMC reprap.
I have a cnc mill see here: http://robotik.dyyyh.de/cnc.html which is rather heavy. At the time im driving it with the reprap electronix when printig. The problem is, that the acceleration and speed of the axis is controlled much better by EMC2 then the reprap electronics can do. For a normal mendel which has low mass this might be not as important, but for a heavy machine it makes a differenze. Another anoying thin is, that i have to plug the stepper-drevers to the reprap-electronix when printing, and back to the parallelport when milling.
The board will be connected to the serial port of the PC which is driving the mill and controlled by the EMC2 Axis interface with gcodes as usual.
The difference is, it uses rs232 and not rs485
The controller is an ATMega168 which makes the board compatible with the Arduino stuff..
Features:
I took SMD parts only for the resistors and capacitors, because the TQFP parts are hard to solder if somebody wants to built this.
There is no Stepper controller or any motor driver for the extruder on this board, cause these things can be driven from emc directly by sending step/dir signals over the parallel port (or a mesa card)
the firmware for the controller and the plugin for EMC2 will follow...
If you have any ideas what i could add / change on the board please let me know
EDIT:
i uploaded the firmware for the controller, did not really test it, only with the serial terminal, but seems to work
EDIT:
New tarball added.
Tarball includes Mcodes for ExtruderTemp and FanSpeed till now,
others will follow, (its almost the same everywhere)
Firmware for the atmega8
eagle files
I allready connected it sucsessfully to EMC2 and printed some thing see here:
http://www.youtube.com/watch?v=_lRp1l8qiyE
License:
GNU - GPL