remove branding removal function for mainsail

This commit is contained in:
th33xitus
2020-09-21 23:48:25 +02:00
parent 3d6b4bec95
commit 3257c845ee
4 changed files with 4 additions and 84 deletions

View File

@@ -8,11 +8,11 @@ advanced_ui(){
echo -e "| Klipper: | System: | "
echo -e "| 1) [Switch Version] | 6) [Change hostname] | "
echo -e "| 2) [Rollback] | | "
echo -e "| | Mainsail: | "
echo -e "| Firmware: | 7) [Remove branding] | "
echo -e "| | Extensions: | "
echo -e "| Firmware: | 7) [Shell Command] | "
echo -e "| 3) [Build only] | | "
echo -e "| 4) [Build + Flash MCU] | Extensions: | "
echo -e "| 5) [Get Printer-USB] | 8) [Shell Command] | "
echo -e "| 4) [Build + Flash MCU] | | "
echo -e "| 5) [Get Printer-USB] | | "
echo -e "| | | "
quit_footer
}
@@ -77,12 +77,6 @@ advanced_menu(){
print_msg && clear_msg
advanced_ui;;
7)
clear
print_header
remove_branding
print_msg && clear_msg
advanced_ui;;
8)
clear
print_header
install_extension_shell_command