Merge pull request #2948 from 3d-gussner/PFW-1168

PFW-1168 Move Z up running xyz calibration
This commit is contained in:
DRracer 2021-02-05 16:18:07 +01:00 committed by GitHub
commit 77eb10000c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3044,6 +3044,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);