mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06: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:
parent
c56d0d8041
commit
b2a752110e
3 changed files with 9 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue