moonraker
moonraker copied to clipboard
Feature Request: G-Code Version Control
It would be nice to have the ability to upload new versions of g-code files and to track version changes of said files, this could even extend to any file in the file manager module having the ability for version control
There is really no good way to implement robust version control in Moonraker and it would be far outside of the scope of the file manager. An alternative would be to use git. You could create a git repo on your PC and use git daemon
to serve it on your lan. Export your sliced gcode files to this repo and commit afterward.
You could then clone this repo on your Moonraker host machine and use the update manager to fetch changes.