ENH: modify config for N1

Change-Id: I151eb7ecabb1e5a8a2af95294cc03ffe92f6b660
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li
2023-07-05 20:07:08 +08:00
committed by Lane.Wei
parent 3f1bffd0b6
commit 6058b18e43
3 changed files with 17 additions and 2 deletions

View File

@@ -2226,6 +2226,12 @@ void StatusPanel::update_misc_ctrl(MachineObject *obj)
}
}
if (obj->is_core_xy()) {
m_staticText_z_tip->SetLabel(_L("Bed"));
} else {
m_staticText_z_tip->SetLabel("Z");
}
// update extruder icon
update_extruder_status(obj);