mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user