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

Open
rkoeppl opened this Issue Apr 5, 2016 · 1 comment

Comments

Projects
None yet
3 participants

rkoeppl commented Apr 5, 2016

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.

@lautr3k lautr3k changed the title from Feature request: option to save ZIP locally on server or upload zip to server to Option to save ZIP locally on server or upload zip to server Apr 8, 2016

@lautr3k lautr3k self-assigned this Apr 8, 2016

@lautr3k lautr3k closed this Jul 22, 2016

@lautr3k lautr3k reopened this Jul 22, 2016

jmkao commented Aug 13, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment