feat: add PrettyGCode for Klipper

This commit is contained in:
th33xitus
2021-08-10 12:25:05 +02:00
parent 39219c105e
commit 05842f8e1d
9 changed files with 117 additions and 9 deletions

View File

@@ -21,8 +21,9 @@ update_ui(){
echo -e "| Other: |---------------|--------------| "
echo -e "| 6) [DWC2-for-Klipper] | $LOCAL_DWC2FK_COMMIT | $REMOTE_DWC2FK_COMMIT | "
echo -e "| 7) [DWC2 Web UI] | $DWC2_LOCAL_VER | $DWC2_REMOTE_VER | "
echo -e "| 8) [PrettyGCode] | $LOCAL_PGC_COMMIT | $REMOTE_PGC_COMMIT | "
echo -e "| |------------------------------| "
echo -e "| 8) [System] | $DISPLAY_SYS_UPDATE | "
echo -e "| 9) [System] | $DISPLAY_SYS_UPDATE | "
quit_footer
}
@@ -49,6 +50,8 @@ update_menu(){
7)
do_action "update_dwc2" "update_ui";;
8)
do_action "update_pgc_for_klipper" "update_ui";;
9)
do_action "update_system" "update_ui";;
a)
do_action "update_all" "update_ui";;