Add Pretty G-Code Support

This commit is contained in:
Zach Schimke 2022-06-18 17:00:44 -07:00
parent 238c140fff
commit 7a91e76195
1 changed files with 7 additions and 0 deletions

View File

@ -29,3 +29,10 @@ path: ~/config
origin: https://github.com/retsamedoc/VoronV0_klipper.git origin: https://github.com/retsamedoc/VoronV0_klipper.git
primary_branch:main primary_branch:main
is_system_service: False is_system_service: False
[update_manager client PrettyGCode]
type: git_repo
path: ~/pgcode
origin: https://github.com/Kragrathea/pgcode.git
primary_branch: main
is_system_service: False