Quote
Eddie4
So i took a step back and it hit me: Maybe it's actually that it's to fast and the motor/driver can't handle it.
Ill report back tomorrow
Well this seems to have fixed the problem but as written by obewan & dust source might using 1/32 stepping.
Quote
obewan
Quote
#define DEFAULT_AXIS_STEPS_PER_UNIT { 800, 160, 8000, 1666 }
Why the different values for X and Y steps/mm.
What micro stepping are your motor drivers set to ?
Am using a threaded rod for X and pully's for Y. Made this change because i wasn't happy with the quallity
I believe am running 1/32 stepping. I had to double all 1/16 values to get the mm/steps to line up.
Quote
Dust
the numbers are also very high, a poor 8 bit ardunio is going to struggle, especially on long moves.
Hmm perhaps i should look into dropping from 1/32 stepping to 1/16.