1.0.2 • Published 3 years ago

slic3r v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Slic3r

Slic3r is a node package that is based on the Slic3r open source software. It uses Slic3r to repair STL files and assimp to convert the repaired obj files to STL files. A library to repair stl files.

This package uses open source project with a public repository on GitHub.

Installation

yarn add slic3r

How to use ?

const repair = require('slic3r');
await repair('INPUT_FILE_PATH','OUTPUT_FILE_PATH');

License

MIT

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago