mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 09:34:46 -07:00
FIX: use data to check the fan control
jira: [STUDIO-12917] Change-Id: I74f816a21beb2dfb4191bb73298882efd22a6191 (cherry picked from commit 4f0f4fc64802d777d11105d433e59f57168bfd66)
This commit is contained in:
parent
1e9febbe4d
commit
c415eea556
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ void FanControlPopupNew::update_fan_data(MachineObject *obj)
|
|||
return;
|
||||
}
|
||||
|
||||
if (obj->is_enable_np) {
|
||||
if (!obj->m_air_duct_data.modes.empty()) {
|
||||
update_fan_data(obj->m_air_duct_data);
|
||||
} else {
|
||||
int cooling_fan_speed = round(obj->cooling_fan_speed / float(25.5));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue