Open jpetvaldsky opened 8 months ago
Hey i also tried it with a Ramp1.4 Board. Maybe you got the pins wrong? I'm using the X,Y stepper with following config.
//Pen Stepper:
You can connect the servo directly to the servopins. For 5V you can connect Vcc with 5V to take the Power from the 2560 User D4 and it work.
As you mentioned. SPMCSR &= ~SPMEN; in helper functions.
Hi i want to apologize that i am creating this as an issue. But i have a question. I am trying to use your firmware (from master branch), with small modification (changed only PINs and small modification in initHardware function), because only CNC shield what i have at home was Ramps 1.4, but i was not able to have it up and running. Inkscape is comunicating with Arduino, i am able to get Firmware version, i have using motors X and Z and servo0 on Ramps, i have placed all 3 jumpers under each driver to setup microsteps. This is my pin configuration:
EggDuino.ino
For
initHardware()
i tried both options, first i tried to haveSPMCSR &= ~SPMEN;
instead of~SELFPRGEN
, then i tried to remove both definitions.Helper_Functions.ino
But when i am trying to send any command from inkscape to Eggbot, nothing happens, servo or motors is not moving :(
My Setup is:
Any idea how i can debug and follow further? Thanks for any advice!