FIX:fixed C11 printer not showing humidity
Change-Id: Ie1c3ddf66772ff0799ebed0827c7b23e23e17742
This commit is contained in:
parent
f0bfbc617a
commit
7b0bfa8229
|
@ -594,7 +594,7 @@ public:
|
|||
/*not support U2*/
|
||||
bool is_support_1080dpi {false};
|
||||
bool is_support_ai_monitoring {false};
|
||||
bool is_support_ams_humidity {false};
|
||||
bool is_support_ams_humidity {true};
|
||||
|
||||
/* sdcard */
|
||||
MachineObject::SdcardState sdcard_state { NO_SDCARD };
|
||||
|
|
Loading…
Reference in New Issue