NEW:hide the entrance of filaments backup

Change-Id: I383de6ced5efb20a19ca8171f981370bf8fcc3aa
This commit is contained in:
tao wang 2023-04-11 14:54:59 +08:00 committed by Lane.Wei
parent 2ce436d773
commit 5e6cfb069a
6 changed files with 33 additions and 10 deletions

View file

@ -2286,6 +2286,9 @@ bool MachineObject::is_function_supported(PrinterFunction func)
case FUNC_VIRTUAL_TYAY:
func_name = "FUNC_VIRTUAL_TYAY";
break;
case FUNC_FILAMENT_BACKUP:
func_name = "FUNC_FILAMENT_BACKUP";
break;
default:
return true;
}