ENH:update text in auto refill

jira:[STUDIO-4344]

Change-Id: Ieb1f40e03fd4a266b768f8b97e28328858fe63cc
This commit is contained in:
tao wang
2023-09-11 20:06:33 +08:00
committed by Lane.Wei
parent 29dca94b32
commit 028326c5b4
2 changed files with 16 additions and 9 deletions

View File

@@ -2374,13 +2374,7 @@ void StatusPanel::update_ams(MachineObject *obj)
m_ams_control->SetAmsModel(ams_mode, ams_mode);
show_ams_group(true);
if (!is_support_filament_backup) {
m_ams_control->show_auto_refill(false);
}
else {
m_ams_control->show_auto_refill(true);
}
m_ams_control->show_auto_refill(true);
}