Skip to content

Releases: cncjs/gcode-parser

v2.2.0

20 Nov 12:47
Compare
Choose a tag to compare

What's Changed

  • fest: support parsing nested comments by @cheton in #9

Full Changelog: v2.1.1...v2.2.0

v2.1.1

20 Nov 04:04
Compare
Choose a tag to compare

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)

19 Nov 14:14
Compare
Choose a tag to compare

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

v2.0.0

19 Nov 13:28
f16d17b
Compare
Choose a tag to compare

What's Changed

  • feat: enhance project configuration with modern setup by @cheton in #6

Full Changelog: v1.3.7...v2.0.0

v1.3.7

24 May 08:46
Compare
Choose a tag to compare

Fixed a bug that cannot properly handle invalid G-code words (PR #5, closes #3)

v1.3.6

24 Feb 16:34
Compare
Choose a tag to compare

Remove console.log statements (d3f431d)

v1.3.5

30 Jan 15:37
Compare
Choose a tag to compare

Fixed a bug that cannot parse JSON commands (e255421)

v1.3.4

15 Nov 05:36
Compare
Choose a tag to compare

Remove leading zero(s) for M codes like M01, M02, etc. (d21fff1)

v1.3.3

04 Oct 05:39
Compare
Choose a tag to compare

Do not strip any space characters after "%" (2c81fd7)

v1.3.2

30 Sep 04:57
Compare
Choose a tag to compare

Parse the expression that follows the % character (82dabbe)

%wait
%zsafe=10
%x0=posx,y0=posy,z0=posz