Move Z up before xy home running xyz calibration

to prevent scratches on bed and sheet
This commit is contained in:
3d-gussner 2021-01-07 11:45:40 +01:00
parent d167b3bd78
commit 8a27b6abdb
1 changed files with 2 additions and 0 deletions

View File

@ -2974,6 +2974,8 @@ bool gcode_M45(bool onlyZ, int8_t verbosity_level)
//set_destination_to_current();
int l_feedmultiply = setup_for_endstop_move();
lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
raise_z_above(MESH_HOME_Z_SEARCH);
st_synchronize();
home_xy();
enable_endstops(false);