Version 1.6.5
You have to select the Arduino MEGA 2560 from the Tools->Board menu, and select the USB port. No other changes are needed
@Carlos_GS that is what i did. I also tried uploading with another pc and another version of arduino ide.
Nothing works! I am getting desperate…
@Carlos_GS so i got grblForCyclone working now. But can you tell me how i can do the following.
I want to write a tool change macro. I get it to pause, after the buffer is empty (buffer_synchronize and program_flow_paused)
Now i want to retreive the current position, then add 30mm to that Z value and finally go to that spot.
How can i do this?
Then after i unpause/resume, will it still know it’s origin where it left off before the toolchange?
That’s good to know, congratulations.
bCNC has buttons for that purpose, but I’ve never tried that functionality, sorry!
@Carlos_GS indeed. But that is not what i meant.
I want to hardcode it in the arduino firmware (grbl).
Since you patched this version i thought you could tell me how i can manually make a move from within the firmware (gcode.c)
That’s out of my reduced scope of knowledge as well, sorry :S
Ok thank you.