mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: compible with old firmware
Change-Id: I66803f95c73ffb82f539c2bfb509266ba9fdb846
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user