An electron app that slices a STL file into 8-bit grayscale png images for Stereolithographic 3D printer
Install dependencies:
$ npm install
Run:
$ npm start
Build an executable:
$ npm run release
- Adjustable resolution and pixel pitch
Slicing algorithm is from Matt Keeter.
The PNG encoder is adapted from Luke Page
Icon made by Freepik from www.flaticon.com