Use 0 as the bed height for manual probing
This commit is contained in:
parent
b49da0c4ba
commit
29c9c723f8
@ -1895,7 +1895,7 @@ void kill_screen(const char* lcd_msg) {
|
|||||||
if (!lcd_wait_for_move) {
|
if (!lcd_wait_for_move) {
|
||||||
#if MANUAL_PROBE_HEIGHT > 0 && DISABLED(MESH_BED_LEVELING)
|
#if MANUAL_PROBE_HEIGHT > 0 && DISABLED(MESH_BED_LEVELING)
|
||||||
// Display "Done" screen and wait for moves to complete
|
// Display "Done" screen and wait for moves to complete
|
||||||
line_to_z(Z_MIN_POS + MANUAL_PROBE_HEIGHT);
|
line_to_z(MANUAL_PROBE_HEIGHT);
|
||||||
lcd_synchronize(PSTR(MSG_LEVEL_BED_DONE));
|
lcd_synchronize(PSTR(MSG_LEVEL_BED_DONE));
|
||||||
#endif
|
#endif
|
||||||
lcd_goto_previous_menu_no_defer();
|
lcd_goto_previous_menu_no_defer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user