gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
4.07k stars 1.61k forks source link

Core XY plotter print #459

Closed kaoalex closed 6 years ago

kaoalex commented 6 years ago

Anyone can help me? My plotter is printing in 45 degree angle? What is causing this can i solve it?

When we use the jogging(SourceRabbit), Y+ for example, the pen supposelly moves in one direction or moves diagonally? The mine moves diagonally.

Thanks for the help.

PS.: I only edited the config.h to enable corexy.

chamnit commented 6 years ago

If you print the $I build info, you should see a letter 'C' to indicate you have compiled Grbl for CoreXY. If it's not there, then you have edited the incorrect config.h file. Note the wiki page on where to find it.