SLAcer.js icon indicating copy to clipboard operation
SLAcer.js copied to clipboard

Option to save ZIP locally on server or upload zip to server

Open rkoeppl opened this issue 9 years ago • 1 comments

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.

rkoeppl avatar Apr 05 '16 21:04 rkoeppl

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).

jmkao avatar Aug 13 '16 13:08 jmkao