Releases: cncjs/gcode-interpreter
Releases · cncjs/gcode-interpreter
v2.1.0
- Add a
defaultHandler
property to options
and invoke it when there is no specific handler for a G-Code command. (c7eed02, PR #3 by @jmsgomes)
- deps: gcode-parser@^1.3.6
v2.0.2
Partition T word into a separate group (f2b2d12)
v1.3.0
- Update build and test scripts (38f96b1)
- deps: gcode-parser@^1.3.0
v1.2.0
- Update dependencies
- deps: gcode-parser@^1.2.0
- deps: gulp-babel@^7.0.0
- deps: gulp-mocha@^4.3.1
v1.1.1
Adds a callback to loadFromFileSync and loadFromStringSync to iterate each line (6578b9e)
v1.1.0
Adds loadFromFileSync (synchronous version of loadFromFile) and loadFromStringSync (synchronous version of loadFromString). It's about twice faster than asynchronous version.
v1.0.0
This release contains significant performance improvements for loading gcode file. The loading speed will be at least 5x faster than earlier versions.
v0.9.3
- No need to inherit from EventEmitter
- Remove the super constructor call