OctoEverywhere made me dirty...

What is the correct way to resolve this...

pi@EnderRat:~ $ cd /home/pi/printer_data/config/RatOS; git status
On branch v2.x
Your branch is up to date with 'origin/v2.x'.

Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: moonraker.conf

Untracked files:
(use "git add <file>..." to include in what will be committed)
octoeverywhere-system.cfg
octoeverywhere.conf

no changes added to commit (use "git add" and/or "git commit -a")



pi@EnderRat:~/printer_data/config/RatOS $ git diff
diff --git a/moonraker.conf b/moonraker.conf
index 366c0fe..00923c7 100644
--- a/moonraker.conf
+++ b/moonraker.conf
@@ -85,3 +85,5 @@ install_script: scripts/KlipperScreen-install.sh

# enables partial support of Octoprint API
[octoprint_compat]
+
+[include octoeverywhere-system.cfg]
Was this page helpful?