Skip to content

Releases: bluekeyes/Fusion360-ExportCutlist

v0.6.0

25 Jan 22:10

Choose a tag to compare

  • 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

13 Sep 15:02

Choose a tag to compare

  • Add the ability to change units at export time (thanks to @Billiam)
  • Fix import errors with CutlistOptimizer when component or body names contain commas (thanks to @leonvandermeer)

v0.5.2

14 Feb 05:43

Choose a tag to compare

  • Fix error when processing bodies with no orientable edges

v0.5.1

07 Nov 04:52

Choose a tag to compare

  • Fix error when component names contain UTF-8 characters (thanks to @sposnjak)

v0.5.0

04 Jul 22:16

Choose a tag to compare

  • Add an option to disable grouping by dimensions
  • Move the "Ignore material" option to the new "Group By" section

v0.4.1

24 Jun 05:22

Choose a tag to compare

  • Fix column order in basic CSV format

v0.4.0

27 May 21:45

Choose a tag to compare

v0.3.1

06 Feb 06:07

Choose a tag to compare

  • Save options between uses of the export command in the same Fusion 360 session

v0.3.0

15 Nov 05:53

Choose a tag to compare

  • 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

23 Mar 04:24

Choose a tag to compare

  • 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.