Releases: jmr1/vscode-ncproj
Releases · jmr1/vscode-ncproj
v0.5.4
- Version 0.5.4 released
- New Features
- Format Document and Format Selection (automatically separates CNC command words for better readability)
- Enhancements
- General performance and UI improvements
- Bug fixes
- Various stability and validation fixes
v0.5.3
- 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
- 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
- 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
- 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
- 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
- New Features
- Enhancements
- Haas Mill configuration updated
- Bug fixes
v0.4.1
- New Features
- Enhancements
- Fanuc Turn & Mill Machines configurations updated
- Bug fixes
v0.4.0
- New Features
- Turn & Mill Machines support added
- Enhancements
- Bug fixes
v0.3.0
- New Features
- Enhancements
- Bug fixes