mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX:fixed C11 printer not showing humidity
Change-Id: Ie1c3ddf66772ff0799ebed0827c7b23e23e17742
This commit is contained in:
parent
f0bfbc617a
commit
7b0bfa8229
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue