# Fusion360LaserCuttingUtilities **Repository Path**: flyinglab/Fusion360LaserCuttingUtilities ## Basic Information - **Project Name**: Fusion360LaserCuttingUtilities - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-16 - **Last Updated**: 2025-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fusion360LaserCuttingUtilities Fusion 360 scripts and add-ins to improve the laser cutting workflow # ExportBodiesForLaser This add-in provides a convenient way to export several bodies in an assembly to a single DXF file for laser cutting. # Installation [Click here to download the add-in](https://github.com/johntantolik/F360LaserCuttingUtilities/archive/main.zip) Follow [these instructions](https://knowledge.autodesk.com/support/fusion-360/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-install-an-ADD-IN-and-Script-in-Fusion-360.html) from Autodesk to install the add-in. # Usage ![button_loc](./resources/button_loc.png) The add-in can be accessed through the button created next to the default "3D Print" button in Fusion (and also through a new button in the file menu). After running the command, select the bodies you wish to export for laser cutting. Extraneous bodies that are not flat can be included in the selection; they will be ignored when exporting. You may also specify a laser kerf and the generated cut lines will be offset to compensate. The proper faces to laser cut will be automatically detected and a message listing material thicknesses will be generated. This may take some time for complex models. Finally, specify a location to save the DXF file. # In progress - Refine the command dialog, allow users to manually select faces if preferred - Group the bodies by material thickness and export each group to a separate file ## License This code is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT). Please see the [LICENSE](LICENSE) file for full details.