From b5a8751c558bae14725eeb7397654c28b1c11a82 Mon Sep 17 00:00:00 2001 From: Zach Schimke Date: Sat, 18 Jun 2022 17:00:44 -0700 Subject: [PATCH] Add Pretty G-Code Support --- moonraker.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/moonraker.conf b/moonraker.conf index 6a83901..72219de 100644 --- a/moonraker.conf +++ b/moonraker.conf @@ -29,3 +29,10 @@ path: ~/config origin: https://github.com/retsamedoc/VoronV0_klipper.git primary_branch:main 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