Make sure ABL (manual) starts close to the bed

This commit is contained in:
Scott Lahteine 2018-04-13 20:17:23 -05:00
parent b978153ca4
commit a783caabac

View File

@ -4793,6 +4793,8 @@ void home_all_axes() { gcode_G28(true); }
#if HAS_SOFTWARE_ENDSTOPS
enable_soft_endstops = soft_endstops_enabled;
#endif
// Move close to the bed before the first point
do_blocking_move_to_z(Z_MIN_POS);
}
else {