Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Option to save ZIP locally on server or upload zip to server #5
Comments
lautr3k
added
the
feature request
label
Apr 6, 2016
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
self-assigned this
Apr 8, 2016
lautr3k
closed this
Jul 22, 2016
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
rkoeppl commentedApr 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.