robottini/grbl-servo

Drawing 48 Degree Angle

Opened this issue · 1 comments

Hi

I make AxiDraw clone, and using this grbl, everything is fine

I am using Grbl Controller 3.6.1, When i draw anything its drawing 48 degrees angel, in inkspace i have to rotate -48 degree

Can any one help me regarding this,

Thanks

I have the same problem. The cause is due to the fact that when launching a movement (x or y) the two motors should both turn but instead only one turns!
This means that it works in core xy mode which it should not do because we only have two motors.
Theoretically you should delete this line in the config.h file:

// #define COREXY // Default disabled. Uncomment to enable.

But the same doesn't work.

Hopefully @robottini can give me some help.