Alright, so after a long hiatus and dealing with a toddler,

Alright, so after a long hiatus and dealing with a toddler, the browser based DLP slicer is back on course. I have a printer volume view, and a interactive slicing preview. The interactive slicing preview lets you slice up and down and see if there are any glaring problems.

Next step is to get image export working (So you could slice to images and begin using this now), then turn this into a chrome app so it can use serial port to talk to printers and control the z-stage. I may also support using json serial port server though it has its caveats.

As for better support generation, the lattice only works for smothly varying parts like modio figure pieces. I will eventually add better dynamic support generation, like a custom voronoi lattices.

The app is written in typescript, and uses webgl. Slicing and support generation is done with a custom shader.

Also it will support running the slicing display on a second monitor, ie the projector you are using for your printer.

Been making smashing progress. Typescript really makes javascript development tolerable. Got info, settings screen stubbed out. Within in the next two weeks should be spitting out images.