FIX: fix display error in virtual tray

refine description for ams not connected

Change-Id: Ic4c01e69cfd9385548a497af5c5c3071614067a2
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit 4158f1e06ed20fa5dd4c3ef412d4c8fab76054a8)
This commit is contained in:
Stone Li 2023-01-16 10:02:33 +08:00 committed by Lane.Wei
parent c56d0d8041
commit b2a752110e
3 changed files with 9 additions and 3 deletions

View file

@ -423,6 +423,7 @@ void ExtrusionCalibration::update()
show_info(true, true, tips);
}
else {
get_bed_type_incompatible(true);
show_info(true, false, _L("Calibration completed"));
}
m_cali_cancel->Hide();
@ -433,6 +434,7 @@ void ExtrusionCalibration::update()
wxString tips = get_bed_type_incompatible(false);
show_info(true, true, tips);
} else {
get_bed_type_incompatible(true);
show_info(true, false, wxEmptyString);
}
m_cali_cancel->Hide();