mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🩹Fix ProUI Z probe offset text (#26832)
This commit is contained in:
parent
d9d7820b0d
commit
c31d9e717b
1 changed files with 1 additions and 1 deletions
|
@ -4014,7 +4014,7 @@ void drawMaxAccelMenu() {
|
|||
BACK_ITEM(drawPrepareMenu);
|
||||
MENU_ITEM(ICON_Homing, MSG_AUTO_HOME, onDrawMenuItem, autoHome);
|
||||
MENU_ITEM(ICON_AxisD, MSG_MOVE_NOZZLE_TO_BED, onDrawMenuItem, setMoveZto0);
|
||||
EDIT_ITEM(ICON_Zoffset, MSG_XATC_UPDATE_Z_OFFSET, onDrawPFloat2Menu, setZOffset, &BABY_Z_VAR);
|
||||
EDIT_ITEM(ICON_Zoffset, MSG_ZPROBE_ZOFFSET, onDrawPFloat2Menu, setZOffset, &BABY_Z_VAR);
|
||||
}
|
||||
updateMenu(zOffsetWizMenu);
|
||||
if (!axis_is_trusted(Z_AXIS)) LCD_MESSAGE_F("WARNING: Z position unknown, move Z to home");
|
||||
|
|
Loading…
Reference in a new issue