node-slic3r

0.2.11 • Public • Published

Node.js Slic3r

Node.js wrapper for the Slic3r-cli plus additional configuration parameters.

Installation

$ npm install node-slic3r

Usage

var nodeSlicer = require('node-slic3r');

var options = {
        inputFile: 'path/to/file'
        // For more options check out the configSchema.yaml file
    };


nodeSlicer.render(options, function (error, bufferData) {
    if (error)
        console.error(error.message)
    else
        console.log(bufferData.toString('utf8'))
})

Readme

Keywords

Package Sidebar

Install

npm i node-slic3r

Weekly Downloads

2

Version

0.2.11

License

MIT

Unpacked Size

818 kB

Total Files

9

Last publish

Collaborators

  • erminmurat