Yuri
Yuri
I've added the missing prototypes. Please try now.
This should be fixed in my branch https://github.com/Yura80/EggDuino
It looks like your steppers skip steps. Try to increase the current: http://reprap.org/wiki/Pololu_stepper_driver_board
To make 2.7.1 work, you should change VID/PID in ebb_serial.py, or just hard code your port number by replacing `EBBport = None` with `EBBport = "COMxx"` in function `findPort()`
@H3nk Spherebot may be working because it has slower speeds or acceleration. Just try to increase the current by slightly rotating the trimpot clockwise (A4988) or counterclockwise (DRV8825). I don't...