15 lines
871 B
Markdown
15 lines
871 B
Markdown
## Project goals
|
|
1) Get a webui working with orcaslicer backend to let users slice with simple options and store the resulting gcode somewhere
|
|
2) Make that somewhere a nice database
|
|
3) Add the ability to select any sliced file from this database and print it
|
|
4) Add some functionality to see what printers are doing, connect to spoolman for fillament info
|
|
5) Add a print que, thinking it will pause print after finish and ordering cooldown, wait for user to remove then hit play, detects prints finished and startes the next one
|
|
6) Add some user authentication and controls
|
|
7) Make pretty
|
|
|
|
## Warnings
|
|
Much of this code is a GPT special, thus i dont really know what im doing... sorry
|
|
|
|
## Current status
|
|
Webpage is up, i can upload files, i cant move arround the uploaded file, rotate it, scale it or any other basics like that
|
|
Sliceing is totally broken, havnt yet fixed |