mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: adjust funtions for P1P
Change-Id: Id8ce17f6cae523f9e6a0ccd9903df6ebefda934e Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user