parent
2edc13a0e2
commit
db81a1d4a2
@ -4277,6 +4277,12 @@ void home_all_axes() { gcode_G28(true); }
|
|||||||
soft_endstops_enabled = false;
|
soft_endstops_enabled = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Move close to the bed for the first point
|
||||||
|
if (!mbl_probe_index) {
|
||||||
|
current_position[Z_AXIS] = Z_MIN_POS;
|
||||||
|
buffer_line_to_current_position();
|
||||||
|
}
|
||||||
|
|
||||||
mbl_probe_index++;
|
mbl_probe_index++;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user