0.0.3 • Published 2 years ago

stl-repair v0.0.3

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

STL Repair

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

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

Installation

yarn add stl-repair

How to use ?

const repair = require('stl-repair');
await repair('INPUT_FILE_PATH');

License

MIT

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago