Releases: bluekeyes/Fusion360-ExportCutlist
Releases · bluekeyes/Fusion360-ExportCutlist
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
- Suggest a file name based on the current document name when exporting a cutlist
- Add new export formats:
- CSV for https://cutlistoptimizer.com (thanks to @LucasChilders)
- TSV for https://cutlistevo.com
- HTML
- Refactor formatting code to make it easier to add new formats
v0.3.1
v0.3.0
- Account for body rotation when matching dimensions. This uses a heuristic that should work in most practical cases, but will not produce the minimal dimensions in all situations.
- Move units to a separate field in the JSON format
- Add an option to adjust the tolerance used when matching body dimensions
v0.2.0
- Include all child components in the cut list when selecting the root component
- Add option to ignore external (linked) components
- Invert the visibility option to be "ignore hidden" instead of "include hidden". It is now enabled by default, so the default behavior does not change.