Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@jscad/gcode-deserializer

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jscad/gcode-deserializer

Gcode deserializer for jscad project

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
2
Created
Source

@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)

Keywords

openjscad

FAQs

Package last updated on 25 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts