Move Z up before xy home running xyz calibration
to prevent scratches on bed and sheet
This commit is contained in:
parent
d167b3bd78
commit
8a27b6abdb
|
|
@ -2974,6 +2974,8 @@ bool gcode_M45(bool onlyZ, int8_t verbosity_level)
|
||||||
//set_destination_to_current();
|
//set_destination_to_current();
|
||||||
int l_feedmultiply = setup_for_endstop_move();
|
int l_feedmultiply = setup_for_endstop_move();
|
||||||
lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
|
lcd_display_message_fullscreen_P(_T(MSG_AUTO_HOME));
|
||||||
|
raise_z_above(MESH_HOME_Z_SEARCH);
|
||||||
|
st_synchronize();
|
||||||
home_xy();
|
home_xy();
|
||||||
|
|
||||||
enable_endstops(false);
|
enable_endstops(false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue