mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: compible with old firmware
Change-Id: I66803f95c73ffb82f539c2bfb509266ba9fdb846
This commit is contained in:
parent
7e5ddccabe
commit
a8a057e514
1 changed files with 2 additions and 0 deletions
|
@ -2291,6 +2291,8 @@ bool MachineObject::is_function_supported(PrinterFunction func)
|
|||
func_name = "FUNC_PRINT_ALL";
|
||||
break;
|
||||
case FUNC_VIRTUAL_TYAY:
|
||||
if (!ams_support_virtual_tray)
|
||||
return false;
|
||||
func_name = "FUNC_VIRTUAL_TYAY";
|
||||
break;
|
||||
case FUNC_FILAMENT_BACKUP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue