mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Fix H2D AMS humidity display
This commit is contained in:
@@ -43,7 +43,7 @@ bool AMSinfo::parse_ams_info(MachineObject *obj, Ams *ams, bool remain_flag, boo
|
|||||||
if (!ams) return false;
|
if (!ams) return false;
|
||||||
this->ams_id = ams->id;
|
this->ams_id = ams->id;
|
||||||
|
|
||||||
if (humidity_flag) {
|
if (ams->type == 1 || ams->type == 3 || ams->type == N3S_AMS) {
|
||||||
this->ams_humidity = ams->humidity;
|
this->ams_humidity = ams->humidity;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user