Skip to content

Releases: jmr1/vscode-ncproj

v0.5.3

18 Jan 09:28
Compare
Choose a tag to compare
  • Version 0.5.3 released
    • New Features
    • Enhancements
      • Extend inch units for addresses and operations to 5 decimal digits.
    • Bug fixes
      • Disable decimal units for the D address on FANUC lathe, mill, and mill-turn, as well as for Makino mill.

v0.5.2

09 Dec 20:27
Compare
Choose a tag to compare
  • Version 0.5.2 released
    • New Features
    • Enhancements
      • Performance Improvements: NC code parsing is now approximately 2x faster, enabling quicker processing and analysis.
    • Bug fixes
      • Resolved an issue where the calculation of the code column in NC code errors was incorrect when a space was the first character on an NC code line.

v0.5.1

05 Jan 21:19
Compare
Choose a tag to compare
  • Version 0.5.1 released
    • New Features
      • Support for system macros for words: B,D,E,F,H,M,N,S,T added
    • Enhancements
      • Migration to VS2022, C++20, .Net Framework 4.7.2
    • Bug fixes

v0.5.0

06 Dec 18:17
Compare
Choose a tag to compare
  • Version 0.5.0 released
    • New Features
      • On hover macro variables descriptions added
    • Enhancements
      • Defined values for #3101 (Pi) and #3102 (the base of natural logarithms)
    • Bug fixes

v0.4.3

15 Sep 12:57
Compare
Choose a tag to compare
  • New Features
  • Enhancements
    • The performance of Code Lens has been significantly improved, which affects the speed of the entire application. From now on, the calculated path and time appear after a single request for the entire visible area, rather than a request for a single line of CNC code as before.
  • Bug fixes
    • Accumulation of time and path to the wrong, inactive tool. The tool is active when the M6 code is used or the tool_number_executes_exchange option is set.

v0.4.2

10 Sep 19:00
Compare
Choose a tag to compare
  • New Features
  • Enhancements
    • Haas Mill configuration updated
  • Bug fixes

v0.4.1

11 May 18:46
Compare
Choose a tag to compare
  • New Features
  • Enhancements
    • Fanuc Turn & Mill Machines configurations updated
  • Bug fixes

v0.4.0

07 Apr 16:41
Compare
Choose a tag to compare
  • New Features
    • Turn & Mill Machines support added
  • Enhancements
  • Bug fixes

v0.3.0

07 Mar 20:38
Compare
Choose a tag to compare
  • New Features
    • Lathe support added
  • Enhancements
  • Bug fixes

v0.2.1

09 Jan 16:25
Compare
Choose a tag to compare
  • New Features

  • Enhancements

  • Bug fixes
    Parser crash when axis contained value in brackets where first value was negative, i.e. Z[-7.8-#26]
    Handle division math operation inside brackets correctly, i.e. #1=[8/2]