Browse Source

Quick-homing sensorless back-off (#16872)

Scott Lahteine 4 years ago
parent
commit
025c50cc6d
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/gcode/calibrate/G28.cpp

+ 2
- 0
Marlin/src/gcode/calibrate/G28.cpp View File

@@ -106,6 +106,8 @@
106 106
       #if AXIS_HAS_STALLGUARD(Y2)
107 107
         tmc_disable_stallguard(stepperY2, stealth_states.y2);
108 108
       #endif
109
+      do_blocking_move_to_xy(-0.5 * x_axis_home_dir, -0.5 * home_dir(Y_AXIS), fr_mm_s / 2);
110
+      safe_delay(100);
109 111
     #endif
110 112
   }
111 113
 

Loading…
Cancel
Save