Add Pretty G-Code Support
This commit is contained in:
parent
238c140fff
commit
7a91e76195
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue