SLAcer.js
SLAcer.js copied to clipboard
Option to save ZIP locally on server or upload zip to server
For SLACER instandes running on an embedded system that controls the printer it would ake sense to store the sliced files on the server for further processing and printing. please add an option to either store locally or upload the ZIP after slicing.
We implemented a this in a fork, https://github.com/Kudo3D/SLAcer.js.
Take a look at the uploadZip() and makeButton() functions in https://github.com/Kudo3D/SLAcer.js/blob/gh-pages/js/photonic3d.js
A similar technique could be used for other embedded printer control systems (although I don't know of any open source ones other than Photonic3D).