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