Releases: cncjs/gcode-parser
Releases · cncjs/gcode-parser
v2.1.1
What's Changed
- feat: rename
minimal
to stripped
in lineMode
for better clarity by @cheton in #8
Full Changelog: v2.1.0...v2.1.1
v2.1.0 (deprecated release)
What's Changed
- feat: add
lineMode
option to parser for flexible line formatting by @cheton in #7
Full Changelog: v2.0.0...v2.1.0
v1.3.7
Fixed a bug that cannot properly handle invalid G-code words (PR #5, closes #3)
v1.3.6
Remove console.log statements (d3f431d)
v1.3.5
Fixed a bug that cannot parse JSON commands (e255421)
v1.3.4
Remove leading zero(s) for M codes like M01, M02, etc. (d21fff1)
v1.3.3
Do not strip any space characters after "%" (2c81fd7)
v1.3.2
Parse the expression that follows the % character (82dabbe)
%wait
%zsafe=10
%x0=posx,y0=posy,z0=posz