Browse Source

Quick-homing sensorless back-off (#16872)

pull/1/head
Scott Lahteine 5 years ago
committed by GitHub
parent
commit
025c50cc6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/gcode/calibrate/G28.cpp

2
Marlin/src/gcode/calibrate/G28.cpp

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

Loading…
Cancel
Save