|
@ -2951,7 +2951,11 @@ inline void gcode_G28() { |
|
|
} |
|
|
} |
|
|
else { |
|
|
else { |
|
|
// One last "return to the bed" (as originally coded) at completion
|
|
|
// One last "return to the bed" (as originally coded) at completion
|
|
|
current_position[Z_AXIS] = MESH_HOME_SEARCH_Z; |
|
|
current_position[Z_AXIS] = MESH_HOME_SEARCH_Z |
|
|
|
|
|
#if MIN_Z_HEIGHT_FOR_HOMING > 0 |
|
|
|
|
|
+ MIN_Z_HEIGHT_FOR_HOMING |
|
|
|
|
|
#endif |
|
|
|
|
|
; |
|
|
line_to_current_position(); |
|
|
line_to_current_position(); |
|
|
st_synchronize(); |
|
|
st_synchronize(); |
|
|
|
|
|
|
|
|