G-code folder for virual SD card setup in Klipper
Hi,
Could you please point me to the path folder where g-codes are uploaded on the raspberry pi. I have tried to search for it with WinCSP but I have never been able to find it
Could you please point me to the path folder where g-codes are uploaded on the raspberry pi. I have tried to search for it with WinCSP but I have never been able to find it
Comments
So make a project for klipper. G codes get stored in one folder and no extra files get created.
I have created both a project and a folder for testing purpose. From the web interface, for me to be able to upload a G-code, I need to open the project and upload the file from there. What I would like to achieve is to be able to make it from the printer tab of my printer configuration. Is there a way to make it from there and changing the default upload g-code folder or I will have to enter the project everytime I want to upload a file ?
Same issue when using prusa slic3r with repetier set as host upload, every G-code that I send goes to the models folder. Is there also a way to change it and get the same file uploaded (without additional files) into the same folder than above ?
Why do you want to upload gcodes to klipper? I mean when server sends it you get all the nice things like time, progress, preview but not when printer sends a gcode on it's own.
When I export a file to repetier server from my prusa slicer tool, it goes straight to the models folder with the extra files generated. If I want to transfer it to the project folder, I need to make it manually from the web interface and copy to project.
I would like this file to goes straight to the project folder that I have selected for my virtual SD card. The purpose of it is just to get rid of these extra files who makes the folder a total mess.
Direct redirection is not possible. How would we know that uploading should not work any more? After all all uploads use same api so that would break the complete software and of course copy to which project is still unanswered then.
For now, there only that that is working for me is made of 3 steps:
1. Send the g-code from prusa slicer to repetier server
2. Go to my printer print tab and copy the g-code to the project
3. Print the g-code from the lcd screen menu or from the server