ENH: support close lamp check

jira: [STUDIO-11982]
Change-Id: Ic0211b9895f9a75c4bcbfd64772f99d81f510d56
(cherry picked from commit 039d11ca8862c7c799638f0bdbde0569326e15ad)
This commit is contained in:
xin.zhang
2025-05-06 19:42:06 +08:00
committed by Noisyfox
parent e758b77ab7
commit 26a7160226
3 changed files with 14 additions and 0 deletions

View File

@@ -958,6 +958,10 @@ public:
PrintingSpeedLevel _parse_printing_speed_lvl(int lvl);
int get_bed_temperature_limit();
bool is_filament_installed();
/*stat*/
bool m_lamp_close_recheck = false;
/* camera */
bool has_ipcam { false };
bool camera_recording { false };