mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
ENH: forbid calibrate from amscontrol
Change-Id: I71ffa17535fe852b6b8fbae8af1f88dc51845b3c
This commit is contained in:
parent
e8558bc903
commit
8666b3f831
1 changed files with 2 additions and 1 deletions
|
@ -2647,7 +2647,8 @@ void AMSControl::show_noams_mode(bool show, bool support_virtual_tray, bool supp
|
||||||
if (!support_extrustion_cali)
|
if (!support_extrustion_cali)
|
||||||
m_button_extrusion_cali->Hide();
|
m_button_extrusion_cali->Hide();
|
||||||
else {
|
else {
|
||||||
m_button_extrusion_cali->Show();
|
//m_button_extrusion_cali->Show();
|
||||||
|
m_button_extrusion_cali->Hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
show?ExitNoneAMSMode() : EnterNoneAMSMode(support_vt_load);
|
show?ExitNoneAMSMode() : EnterNoneAMSMode(support_vt_load);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue