moonraker icon indicating copy to clipboard operation
moonraker copied to clipboard

Feature Request: G-Code Version Control

Open nullibyte opened this issue 3 years ago • 1 comments

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

nullibyte avatar Nov 23 '21 14:11 nullibyte

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.

Arksine avatar Dec 20 '21 14:12 Arksine