yldbouk / dpwt

Dimensional Printing Web Terminal - Website
MIT License
2 stars 0 forks source link

Work on Solution to slice .stl to .gcode #31

Closed deanmand closed 4 years ago

deanmand commented 4 years ago

This needs to be in place to automatically take the files that are in the "Queue" from the website upload. Then the converter will automatically place the new .gcode into the correct queue for that printer.

ezgif com-webp-to-jpg

yldbouk commented 4 years ago

This can be done with a manual backend component. The component would access the db to find the queued job and its file. It would then copy it over to a workspace, and slice it through a CLI solution. Then, it’ll look at the assigned printer, and place the sliced file in the corresponding queue.

yldbouk commented 4 years ago

Moved to #38