mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: refine extrusion_cali_set command for factor k
fix enable status of confirm btn in ams settings dlg Change-Id: I25c11078bb723647fac6370f966c74c807362e21 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -360,11 +360,11 @@ void AMSMaterialsSetting::update()
|
||||
|
||||
void AMSMaterialsSetting::enable_confirm_button(bool en)
|
||||
{
|
||||
if (!m_is_third) {
|
||||
m_button_confirm->Show(en);
|
||||
if (!m_is_third) {
|
||||
m_tip_readonly->Hide();
|
||||
}
|
||||
else {
|
||||
m_button_confirm->Show(en);
|
||||
m_comboBox_filament->Show(en);
|
||||
m_readonly_filament->Show(!en);
|
||||
m_tip_readonly->Show(!en);
|
||||
|
||||
Reference in New Issue
Block a user