Server Monitor: Upload projects
Hey,
we got 14 printers at the moment and more to come and want to work with the Repetier Server to have a better workflow. The printers will be connected to 2 RP4, so each handles 7 printers. We store our data as projects, thus it is great to be able to create projects in the Server as well, however I struggle with the concept of how you implemented projects. I expected to use the auto upload feature to upload a project as it is. E.g. I got "Project A" and put it in a general Projects folder within the Upload directory. So on the server the project will be automatically created with its gcodes. But I did not find any way to do this. Also I couldn't find any way to directly access projects from the Server Monitor. Am I just overseeing something?
What we want to do:
Be able to start any gcode from any project easily on any printer all the time.
I found out about all printers sharing one printers directory, but then I still cannot access the projects or create projects by putting files into the upload folder.
Thanks for any advice
Comments
Projects in monitor will come later.
Uploading zip to gui is fast solution for multiple gcodes at once. API is also possible but you need an app that implements it. Or use the same curl trick we used in our simplify solution, but that would always upload to same project.
1. Only projects of matching server or we have copies all over
2. All Projects must have a directory also empty for import.
3. New directories become ALWAYS projects. Creating directories for structure will only work in web interface.
That way it should work once we add projects to monitor.