0.2.1 • Published 7 years ago
@jscad/gcode-deserializer v0.2.1
@jscad/gcode-deserializer
gcode deserializer for the jscad project
Overview
This deserializer converts raw gcode data to jscad code (that can be evaluated to CSG/CAG).
Table of Contents
Installation
npm install @jscad/gcode-deserializer
Usage
const gcodeDeSerializer = require('@jscad/gcode-deserializer')
const rawData = fs.readFileSync('PATH/TO/file.gcode')
const csgData = gcodeDeSerializer(rawData)
Contribute
For questions about the API, please contact the User Group
PRs accepted.
Small Note: If editing this README, please conform to the standard-readme specification.
License
The MIT License (MIT) (unless specified otherwise)
1.0.0-alpha.f58d6f4e
7 years ago
1.0.0-alpha.fb542811
7 years ago
0.2.1
7 years ago
1.0.0-alpha.d0fb3056
7 years ago
0.2.0
8 years ago
0.1.0
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago