Merge branch 'Development' into fixup_probing
Latest upstream commits
This commit is contained in:
commit
21cd2e4fae
@ -1589,7 +1589,7 @@ static void homeaxis(int axis) {
|
|||||||
else {
|
else {
|
||||||
|
|
||||||
if (retract_zlift > 0.01) {
|
if (retract_zlift > 0.01) {
|
||||||
current_position[Z_AXIS] + =retract_zlift;
|
current_position[Z_AXIS] += retract_zlift;
|
||||||
#ifdef DELTA
|
#ifdef DELTA
|
||||||
sync_plan_position_delta();
|
sync_plan_position_delta();
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user