Skip to content

Releases: bluekeyes/Fusion360-ExportCutlist

v0.5.2

14 Feb 05:43
Compare
Choose a tag to compare
  • Fix error when processing bodies with no orientable edges

v0.5.1

07 Nov 04:52
Compare
Choose a tag to compare
  • Fix error when component names contain UTF-8 characters (thanks to @sposnjak)

v0.5.0

04 Jul 22:16
Compare
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
Compare
Choose a tag to compare
  • Fix column order in basic CSV format

v0.4.0

27 May 21:45
Compare
Choose a tag to compare

v0.3.1

06 Feb 06:07
Compare
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
Compare
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
Compare
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.

v0.1.0

14 Mar 05:17
7992307
Compare
Choose a tag to compare

Initial release! The core functionality of the addin works for my purposes. but I expect there are assumptions that will only break after it is tested with more designs.