mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-19 17:02:08 +00:00
ENH: modify config for N1
Change-Id: I151eb7ecabb1e5a8a2af95294cc03ffe92f6b660 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user