DXF for Laser
Description
Precisely dimensioned laser cut parts are wonderful to work with. By adjusting your geometry for the width of the laser cut you have full control over how tightly your parts fit together. By using this add-in with a small (or even negative) value for your kerf you can make loose fitting parts for a child's puzzle perhaps. By using an aggressive value (say 0.20 mm - or a value larger than your calculated/measured actual kerf) you can make parts that need to be gently pounded together for no-glue assembly. Then there is the middle ground where parts can be easily dry-fit and disassembled multiple times prior to gluing.
This ADD-IN also supports the creation of multi-layered DXF files, splitting your perimeter and cutouts into their own layers.
Get all of this without modifying your geometry or tediously offsetting and deleting scores of lines and curves - let DXF4Laser do the hard work for you!
General Usage Instructions
Find this add-in under the SKETCH menu as "Save DXF for Laser Cutting"
If you do not see this add-in under the SKETCH menu click: Scripts and Addins >>> Add-ins >>> Select "DXF4Laser" >>> hit "Run"
Set your KERF width in the dialog and pick a plainer face of a body to generate a kerf compensated DXF file for. The higher your Kerf setting the tighter your parts will fit together. Using the 60W epilogue laser I have access to I use 0.20mm kerf for small designs I want to pound together cut from 5mm wood and go down to 0.10mm for larger works I want to be able to dry-fit and disassemble before gluing.
The right kerf setting to use will vary by your material and laser settings. You can either experiment with various settings or cut a test pattern - e.g. cut 10x 5mm wide rectangles, set them side by side and measure the total width then calculate your kerf. I find it helpful to flip every other tile over as laser cuts always have a little bit of a taper to them and this helps average things out. Example: if your total width was 48.5mm then your ‘perfect fit’ kerf is (50 - 48.5) / 10 = 0.15mm
Tip: Use https://a360.autodesk.com/viewer to view your DXF files.
Screenshots
Commands
Installation/Uninstallation
Install:
The installer that ran when you downloaded this app/plug-in from Autodesk App Store will start installing the app/plug-in. Or, simply double-click the downloaded installer to install the app/plugin.
Uninstall for Windows:
You can unload the add-in without uninstalling it by clicking the "Stop" button when the add-in is selected in the list box on the "Add-Ins" tab of the "Scripts and Add-Ins" dialog.
Unchecking "Run on Startup" causes the add-in not to be loaded in future sessions of Autodesk® Fusion 360™.
To uninstall this plug-in, exit the Autodesk product if you are currently running it, simply rerun the installer, and select the "Uninstall" button.
Or, you can uninstall it from 'Control Panel/Programs and Features' (Windows 7/8.1/10), just as you would uninstall any other application from your system.
Uninstall for Mac:
You can unload the add-in without uninstalling it by clicking the "Stop" button when the add-in is selected in the list box on the "Add-Ins" tab of the "Scripts and Add-Ins" dialog.
Unchecking "Run on Startup" causes the add-in not to be loaded in future sessions of Autodesk® Fusion 360™.
- Navigate to ./ApplicationsPlugins folder and select the app bundle you want to uninstall
- Either drag the app bundle to the Trash, or right-click and select “Move to Trash”
- Right-click on the Trash-Can and select “Empty Trash”
- If you prefer keystrokes, you can also just select the app bundle and then hit Command+Delete to move the app to Trash, then empty the Trash and the app will be removed.
Additional Information
Known Issues
Non-manifold shapes (ones where cutouts share an edge - e.g. two square cutouts sharing a corner) are not supported.
If the top level componant is not the active componant and you are generating a DXF for a deeply nested, and transformed, componant the generated sketches will not correctly overlay the selected face.
Contact
Author/Company Information
Support Information
I primarily created this script for my own use and it is provided AS-IS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED and is released under the MIT license. That said, I will continue to improve it to better serve my needs and I'm interested to hear about others experiences, ideas, and any issues encountered. Email me at ross.korsky@gmail.com
Version History
| Version Number | Version Description |
|---|---|
|
1.1.3 |
Update for new Fusion UI - DXF for Laser is now found under the create menu (and under tools > add-ins) instead of the sketch menu. |
|
1.1.2 |
Negative kerf values should be well behaved again. - At some point the Fusion 360 API has started supporting negative offsets. This broke the use of negative kerf values by resulting in a double negative in most cases. |
|
1.1.1 |
Updated Version |
|
1.1.0 |
* Changed from SCRIPT to ADD-IN appearing under the SKETCH menu system. * Major performance improvements on the order of 25x to 50x faster! * Added the option to split the perimeter and cutouts into separate layers in the DXF file. This should facilitate higher quality laser cuts by specifying, in your laser cutting software, that cutouts should be cut first and the perimeter last. * Added the option to "cleanup on success" - when set the component that is created containing the sketches will be deleted upon successfully saving the DXF file. * Bodies that were created from spline profiles are now supported. * A warning will be displayed if the selected face exhibits non-manifold properties (the body has multiple features that share an edge). |
|
1.0 |
Initial Release |