feat: Make the name consistent as 'Obico for Klipper' in all places where it's mentioned

This commit is contained in:
Kenneth Jiang
2023-09-27 02:00:48 +01:00
parent b88d0085ba
commit 72bd557732
2 changed files with 26 additions and 26 deletions

View File

@@ -57,7 +57,7 @@ function print_status() {
elif [[ ${status} == "Incomplete!" ]]; then
status="${yellow}${status}${white}"
elif [[ ${status} == "Not linked!" ]]; then
### "Not linked!" is only required for Moonraker-obico
### "Not linked!" is only required for Obico for Klipper
status="${yellow}${status}${white}"
else
status="${green}${status}${white}"