mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
NEW:hide the entrance of filaments backup
Change-Id: I383de6ced5efb20a19ca8171f981370bf8fcc3aa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user