Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@rkrishnasanka rkrishnasanka released this 01 Oct 17:23
· 250 commits to master since this release

September 2019 Update

New Features

  • Support for Laser Cutting design files as used by the Evolver System.
  • Added Plugin for open design files from DAFD. Provides templates for specialized plugins and how to add them.

Depreciated Features

  • Disabled Circle Valve tool
  • Disabled Via tool. Future versions of 3DuF will include a more comprehensive via placement tool. ( #156 )

Code Notes

  • More code changes to simplify interfaces and make them more stable
  • Adding interfaces for upcoming autoroute tool

Issues Fixed

  • Fixed #152
  • Fixed issue where the valve insertion tool was computing incorrect segments after valve insertion break. Also, fixed logic for finding the break in the correct segment, an earlier version of the code kept returning if nothing was found causing more errors.
  • Fixed issue where Transition features did not have rotation associated with them.

Other

  • Updated Readme to include citation information
  • Added try-catch around the JSON parsing code to display better messages on the console
  • Updated the debug map file location to hosted URL for resolving in TrackJS
  • Updated error handling for an unsupported entity found in DXF files