Hi,
I know this has come up before but I could not find a solution. I am sending G-Code to an Arduino with Processing and everything seems to be fine except I think the motors are running a bit slowly which is causing my machine to vibrate.
My set up is...
// define the parameters of our machine.
#define X_STEPS_PER_INCH 416.772354
#define X_STEPS_PER_MM 16.4083604
#define X_MOTOR_STEPS 400
etc... and I am using half step mode on the 1.2 driverboard.
Has anyone else come across or resolved this ? At the moment I can not figure out how to change the speed now that X_MAX_SPEED is missing.
Many thanks for your help.
Simon