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 1d437fb05f
commit de88766660
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;
}