I could use some help. I know very little of arduino programming, but im a certified mechanical engineer. I want to build a 3 axis cnc machine and make G-code in Fusion 360 and send it to a arduino mega, which I need code for. Can anyone help?
welcome to the arduino-Forum.
Nobody will write the code new for you. But this isn't nescessary
There is ready to use solution: ESTLCAM
ESTLCAM offers:
a software to import any kind of DXF or SVG-file for creating CNC- GCode for milling 2,5D and 3D-Milling
It is even able to do vortex thread milling
and real 3D milling
The arduino-based CNC-controller firmware
connect an Arduino Uno or Arduino Mega to your PC
configure machine parameters
click upload firmware
ready to use
If you want to develop the Arduino-Code for CNC-milling yourself
learn programming in general 100 hours
developping the CNC-milling-software 200 to 500 hours