Message 1 of 3
How can I script the process of generating g-code/toolpath in Fusion 360 for an STL file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to generate the g-code for a 3d printable STL file using Fusion API in Python. The process should start with
* Import the STL
* Make CAM setups
* Generate g-code/toolpath
* Simulate toolpath
* Hide printer bed, layout grid, and set camera parameters(like orientation and position)
* Take screenshots at specified layers