mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
Make sure ABL (manual) starts close to the bed
This commit is contained in:
parent
b978153ca4
commit
a783caabac
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue