mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +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;
|
||||
this->ams_id = ams->id;
|
||||
|
||||
if (humidity_flag) {
|
||||
if (ams->type == 1 || ams->type == 3 || ams->type == N3S_AMS) {
|
||||
this->ams_humidity = ams->humidity;
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user