Skip to content

nebarnix/hackathon-slicer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Fork

I forked the project to make a Kudo3D Titan and Bean version of this slicer. Modifications:

  • Removed subfolder from zip file. Images are now in root of zip.
  • Changed printer.js to match the 100um xy resolution setting of the titan 1 (4.3 inch wide build plate, 1080p resolution)

About

This project is a simple slicer for DLP-based 3D printers.

Example screenshot

It runs in your browser, using WebGL and the stencil buffer to voxelize .stl files.
The resulting slices are delivered as a zip file full of .png images.

A hosted version and further documentation can be found here

Quick-start guide

npm install
npm start

License

This tool is releated under the MIT License

Disclaimer

This was written in two days by folks with minimal experience in modern Javascript.

It's a cool demo, but shouldn't be considered industrial-strength software.

Brought to you by

Formlabs logo

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 80.0%
  • GLSL 9.0%
  • HTML 7.4%
  • CSS 3.6%