Browse Source

Revert that wack backoff

Scott Lahteine 5 years ago
parent
commit
2a71e4f336
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/src/gcode/calibrate/G28.cpp

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

100
       #if AXIS_HAS_STALLGUARD(Y2)
100
       #if AXIS_HAS_STALLGUARD(Y2)
101
         tmc_disable_stallguard(stepperY2, stealth_states.y2);
101
         tmc_disable_stallguard(stepperY2, stealth_states.y2);
102
       #endif
102
       #endif
103
-      do_blocking_move_to_xy(-0.5 * x_axis_home_dir, -0.5 * home_dir(Y_AXIS), fr_mm_s / 2);
104
-      safe_delay(100);
105
     #endif
103
     #endif
106
   }
104
   }
107
 
105
 

Loading…
Cancel
Save