Marian
About
- Username
- Marian
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
For us this would also be very important. We will not have screens on our klipper printers for multiple reasons, but instead control everything using mobile devices.
-
Thank you! Much appreciated
-
Hi again, so while my workaround (renaming image files starting with 00_) worked up to 1.4.9, it does not anymore with the changes that you introduced in 1.4.10, which is a big downside for us. Even selecting the image and manually setting it as pre…
-
Hey, me again. With above described setup (1 master with lots of projects, many clients that access the master), we want to fully automate print starts. The call for that will most likely end up somehow on the Master PC in a python script with infor…
-
Thanks, that was a quick fix. Weird thing is that I tried that before and it didn't work. But I may have addes another error then. For anyone interested: def uploadToServer(self): print("{}: Uploading project to server...".format…
-
but I guess the zip you talk about is self made.Yup. I solved it for now by simply having the thumbnails filename starting with 00_.... so that is is always the first file within the zip. Looks like this will work.
-
Alright, sounds good, thank you! One follow up question to 1:Is that copied file a temp file or would we have to erase content by time to time to prevent disk space getting used up?
-
Thank you, this works. But in the API it says:https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/websocket/projects?id=get-content-of-a-folder Action: projectsGetFolder Parameter: serveruuid (uuid) uuid from projectsListServer, id (in…
-
Cool, thanks for your input!
-
SD Speed? Are the GCODES not stored into RAM when a print is started?We have used 10 printers at the same time for a week now and so far no issue at all. I am asking because for us maintaining fewer PI's with more printers each is way simpler to ha…
-
Yes, userface staying usable is what I meant. Thanks!
-
The build in solution works fine for our printers, just had to change the retraction distance. So maybe it is not just filament exchange in dashboard, but a general "system" to put easyly accessible functions in there that can be customized. But thi…
-
We will try the zip method then. My idea was a general "projects" folder within the upload directory. You then paste a folder in there with the project name containing all gcodes.Server Monitor: /upload_dir/projects/project_name/gcode_files...Or sep…
-
Alright, looking forward to that feature. So there is also no possibility right now to use the auto upload with projects, right?Is there any alternate way to achieve this? I mean until then we could maybe ZIP the project and import it on the server.…