This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@jscad/gcode-deserializer

0.2.1 • Public • Published

@jscad/gcode-deserializer

gcode deserializer for the jscad project

npm version Build Status

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)

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @jscad/gcode-deserializer

    Weekly Downloads

    805

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    8.72 kB

    Total Files

    5

    Last publish

    Collaborators

    • platypii
    • z3dev
    • mister-jscad
    • simon_clark