mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 07:33:56 -06:00
Fix IDEX tool-change, and more (#13614)
This commit is contained in:
parent
ba31d39f6d
commit
4900c28bf6
11 changed files with 58 additions and 64 deletions
|
@ -391,7 +391,7 @@ void MarlinUI::completion_feedback(const bool good/*=true*/) {
|
|||
if (ui.should_draw()) {
|
||||
#if ENABLED(BABYSTEP_HOTEND_Z_OFFSET)
|
||||
if (!do_probe)
|
||||
draw_edit_screen(PSTR(MSG_IDEX_Z_OFFSET), ftostr43sign(hotend_offset[Z_AXIS][active_extruder]));
|
||||
draw_edit_screen(PSTR(MSG_Z_OFFSET), ftostr43sign(hotend_offset[Z_AXIS][active_extruder]));
|
||||
else
|
||||
#endif
|
||||
draw_edit_screen(PSTR(MSG_ZPROBE_ZOFFSET), ftostr43sign(zprobe_zoffset));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue