mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 17:45:52 +08:00
FIX: compible with old firmware
Change-Id: I66803f95c73ffb82f539c2bfb509266ba9fdb846
This commit is contained in:
parent
7e5ddccabe
commit
a8a057e514
@ -2291,6 +2291,8 @@ bool MachineObject::is_function_supported(PrinterFunction func)
|
|||||||
func_name = "FUNC_PRINT_ALL";
|
func_name = "FUNC_PRINT_ALL";
|
||||||
break;
|
break;
|
||||||
case FUNC_VIRTUAL_TYAY:
|
case FUNC_VIRTUAL_TYAY:
|
||||||
|
if (!ams_support_virtual_tray)
|
||||||
|
return false;
|
||||||
func_name = "FUNC_VIRTUAL_TYAY";
|
func_name = "FUNC_VIRTUAL_TYAY";
|
||||||
break;
|
break;
|
||||||
case FUNC_FILAMENT_BACKUP:
|
case FUNC_FILAMENT_BACKUP:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user