I have a DIY cnc router using an arduino/GRBL for control. I am using Fusion 360 to create the g-code. The problem I am having is that when I try to run the g-code the first thing the machine does is send an error on an M6 command. If I bypass that the machine rushes to my home position, trips my limit switches and hangs up.
I don't really want the machine to home before every g-code run(I have homed it already). I am using the fusion provided Grbl/grbl post.
I have been told in the autodesk forum that I can edit the .nc file and delete the M6 and the G28 commands but I don't really want to do that every time I post a new tool path.
Any help you can provide would be great.
Thanks