mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 02:24:27 +05:00
Add KlipperScreen to kiauh
This commit is contained in:
@@ -15,6 +15,9 @@ backup_ui(){
|
||||
echo -e "| | "
|
||||
echo -e "| 5) [OctoPrint] | "
|
||||
echo -e "| | "
|
||||
echo -e "| HDMI Screen: | "
|
||||
echo -e "| 6) [KlipperScreen] | "
|
||||
echo -e "| | "
|
||||
quit_footer
|
||||
}
|
||||
|
||||
@@ -55,6 +58,12 @@ backup_menu(){
|
||||
backup_octoprint
|
||||
print_msg && clear_msg
|
||||
backup_ui;;
|
||||
6)
|
||||
clear
|
||||
print_header
|
||||
backup_klipperscreen
|
||||
print_msg && clear_msg
|
||||
backup_ui;;
|
||||
Q|q)
|
||||
clear; main_menu; break;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user