slic3r
v1.0.2
Published
It's a package for repairing stl files.
Downloads
4
Readme
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