mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
FIX: The humidity popup with humidity_percent/temperature/dry_time
jira: [STUDIO-9268] Change-Id: Ic6e923ae7cff56fa3e053d48e5dea6e393cd41eb (cherry picked from commit 75da1db2f926125a0cb3595a8cae9f4d7588c6a8)
This commit is contained in:
@@ -186,6 +186,7 @@ public:
|
||||
int ams_humidity = 0;
|
||||
int humidity_raw = -1;
|
||||
int left_dray_time = 0;
|
||||
float current_temperature = INVALID_AMS_TEMPERATURE;
|
||||
AMSModel ams_type = AMSModel::GENERIC_AMS;
|
||||
|
||||
public:
|
||||
@@ -199,6 +200,7 @@ public:
|
||||
curreent_filamentstep == other.curreent_filamentstep &&
|
||||
ams_humidity == other.ams_humidity &&
|
||||
left_dray_time == other.left_dray_time &&
|
||||
current_temperature == other.current_temperature &&
|
||||
ams_type == other.ams_type)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user