Make sure ABL (manual) starts close to the bed
This commit is contained in:
parent
b978153ca4
commit
a783caabac
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user