Arduino/Autodesk 3-axis cnc

Hello Forum,

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?

Thanks

Kind regards,

Hi @frozen017

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:

  1. 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

  2. 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

best regards Stefan

GRBL is a commonly used firmware for Arduino based CNC machines.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.