mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-12 18:39:04 +08:00
ENH:increase N1 camera busy status
jira:STUDIO-3982 Change-Id: I0272bbc28359b2e15d6c1f81ef9da825b3764b1a (cherry picked from commit 357ecdcc1444cbc98d2fcd11faea519d53ad52b8)
This commit is contained in:
parent
0bba850e59
commit
3992c14ad6
@ -2700,7 +2700,7 @@ bool MachineObject::is_support_print_with_timelapse()
|
|||||||
|
|
||||||
bool MachineObject::is_camera_busy_off()
|
bool MachineObject::is_camera_busy_off()
|
||||||
{
|
{
|
||||||
if (printer_type == "C11" || printer_type == "C12")
|
if (printer_type == "C11" || printer_type == "C12" || printer_type == "N1")
|
||||||
return is_in_prepare() || is_in_upgrading();
|
return is_in_prepare() || is_in_upgrading();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user