Skip to content

Use Autodesk Fusion 360 to generate G-Code

Important

This is a simple tutorial showing how to generate a G-code program using the Autodesk Fusion 360, for more detailed tutorials please check the free training courses offered by Autodesk.

Prerequisites

  • Windows PC with Autodesk Fusion 360.
  • 3D model of the part with a drawn tool path in .dwg or .stl file format.

1. Open a 3D Model File

  1. Run the Autodesk Fusion 360, then from the file menu click Open.

![open_file](images/002.png)

  1. Click on Open from my computer.

![open_file](images/003.PNG)

  1. Navigate to your 3D model file, select it and click Open.

![open_file](images/004.PNG)

  1. Your 3D model will be opened and shown as below.

![open_file](images/005.PNG)

Info

Autodesk Fusion 360 may take some time to import and open the 3D model File.

2. Configure a 3D Model

  1. From the DESIGN menu, click on MANUFACTURE

![open_file](images/006.png)

  1. Click on Setup icon to set your model configuration (part zero, tolerance,..etc).

![open_file](images/007.png)

  1. From the Setup window, select the Operation Type, then click on the Nothing under the model section and click on your 3D model to select it.

![open_file](images/009a.PNG)

  1. Click on the Stock Point under the Work Coordinate System section to specify your part zero location

![open_file](images/009.PNG)

Click on the required part zero location, then click ok.

![open_file](images/010.png)

3. Create a tool path

  1. From the CAM bar, select the required machining task under 2D, 3D,..etc. (Note : This tuturial will use 3D->Project as an example).

![open_file](images/011.png)

  1. In the Project window, click on Tool select.

![open_file](images/012.PNG)

  1. In the Select Tool window, click on the required tool type.

![open_file](images/013.PNG)

  1. Select the tool type, unit, and enter the tool geometry information, then click ok.

![open_file](images/014.PNG)

  1. In the Select Tool window, select the newely created tool and click ok.

![open_file](images/015.PNG)

  1. In the Project window, select Disable under Coolant type.

![open_file](images/016.PNG)

  1. In the Project window, select Geometry tab and click on Nothing under the curve Selections, then select the desired tool path on the 3D Model surface.

![open_file](images/018.PNG)

The selected tool path will be shown in Bold.

![open_file](images/019.PNG)

  1. In the Project window, select Passes tab and enter the reuired tolerance, this will effect the program size, running time, and accuracy. At the end click on ok.

![open_file](images/017.PNG)

4. Generate G-Code

  1. Right click on your project setup, click on Post Process

![open_file](images/021.png)

  1. Select Acramatic/acramatic under the post configuration, then select where to save the G-Code file and the file name, finally click on Post.

![open_file](images/022.PNG)

Info

You can change the generated G-code file extension to .gcode file manually.