Added support for the Rambo reprap electronics board. Added Mcodes to set

motor current and microstepping pins.
This commit is contained in:
tonokip
2012-08-30 00:16:57 -07:00
parent 0e58ef6805
commit 1c1fddc7ac
6 changed files with 261 additions and 3 deletions

View File

@ -30,9 +30,10 @@
// Ultimaker = 7
// Teensylu = 8
// Gen3+ =9
// Rambo = 301
#ifndef MOTHERBOARD
#define MOTHERBOARD 7
#define MOTHERBOARD 301
#endif