fix: typo and missing function call for PrettyGCode

This commit is contained in:
th33xitus
2021-08-25 10:14:05 +02:00
parent 969d3b5dab
commit 14ef39b87c
2 changed files with 4 additions and 1 deletions

View File

@@ -540,7 +540,7 @@ compare_pgc_versions(){
LOCAL_PGC_COMMIT="${yellow}$(printf "%-12s" "$LOCAL_PGC_COMMIT")${default}"
REMOTE_PGC_COMMIT="${green}$(printf "%-12s" "$REMOTE_PGC_COMMIT")${default}"
PGC_UPDATE_AVAIL="true"
update_arr+=(update_pgc)
update_arr+=(update_pgc_for_klipper)
else
LOCAL_PGC_COMMIT="${green}$(printf "%-12s" "$LOCAL_PGC_COMMIT")${default}"
REMOTE_PGC_COMMIT="${green}$(printf "%-12s" "$REMOTE_PGC_COMMIT")${default}"