commit
52d2760efe
3 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue