Releases: bluekeyes/Fusion360-ExportCutlist
Releases · bluekeyes/Fusion360-ExportCutlist
v0.6.0
- Add new options to control name formatting
- Use only the component or body name instead of the full path from the root component
- Use component names instead of body names
- Only output the unique names associated with each item
- Trim numeric suffixes from component and body names
- Add an option to disable material details in the output and add material support to the CutList Optimizer format
- Reorganize the UI to place all formatting options in their own section
- Fix a bug where item names could change based on how the entities were selected for export
- Fix a bug that duplicated items when both the root component and child components were selected
Full Changelog: v0.5.3...v0.6.0
v0.5.3
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.