mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
NEW:hide the entrance of filaments backup
Change-Id: I383de6ced5efb20a19ca8171f981370bf8fcc3aa
This commit is contained in:
parent
2ce436d773
commit
5e6cfb069a
6 changed files with 33 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue