ENH: adjust funtions for P1P

Change-Id: Id8ce17f6cae523f9e6a0ccd9903df6ebefda934e
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2022-12-08 10:43:54 +08:00 committed by Lane.Wei
parent 22780a0be4
commit db4067a9dc
4 changed files with 10 additions and 9 deletions

View file

@ -1984,6 +1984,12 @@ bool MachineObject::is_function_supported(PrinterFunction func)
case FUNC_AUTO_SWITCH_FILAMENT:
func_name = "FUNC_AUTO_SWITCH_FILAMENT";
break;
case FUNC_VIRTUAL_CAMERA:
func_name = "FUNC_VIRTUAL_CAMERA";
break;
case FUNC_CHAMBER_FAN:
func_name = "FUNC_CHAMBER_FAN";
break;
default:
return true;
}