I'm running the 5D G-Code on my sanguino, and I have a DC powered extruder (the maker bot model), with the reprap host.
The current setup[1] has extruder_0 as a stepper based 'struder, and extruder_1 as a DC. Why is extruder_1 using pin 0 as DirA?? I believe pin0 is used during serial communication, and plugging the DC board into that pin makes the extruder go back and forth as the sanguino gets new instructions.
I've tried changing pin 0 to pin 10 in pins.h but that causes the host to freeze. And the DC board doesn't work when addressed as extruder_1.
What else needs to redefine the pins, or is there some other workaround?
L
[1] [
dev.www.reprap.org]
[I do believe the Sanguino and RepRap Host are talking to each other fine -- I'm getting a temperature reading via the thermister and heating via the PWM card.]