Merge pull request #12 from crysxd/main

Enable OctoApp
This commit is contained in:
Cyril Guislain 2024-05-13 11:06:15 +02:00 committed by GitHub
commit 52d2760efe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 6 deletions

View file

@ -221,8 +221,7 @@ function install_menu_3v3() {
elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!"
else
#run "install_octoapp_companion" "install_menu_ui_3v3"
run "disabled_feature" "install_menu_ui_3v3"
run "install_octoapp_companion" "install_menu_ui_3v3"
fi;;
21)
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then

View file

@ -240,8 +240,7 @@ function install_menu_k1() {
elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!"
else
#run "install_octoapp_companion" "install_menu_ui_k1"
run "disabled_feature" "install_menu_ui_k1"
run "install_octoapp_companion" "install_menu_ui_k1"
fi;;
24)
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then

View file

@ -189,8 +189,7 @@ function install_menu_ke() {
elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!"
else
#run "install_octoapp_companion" "install_menu_ui_ke"
run "disabled_feature" "install_menu_ui_ke"
run "install_octoapp_companion" "install_menu_ui_ke"
fi;;
17)
if grep -q "\[simplyprint\]" "$MOONRAKER_CFG"; then