Skip to content

Commit

Permalink
CRASH_RECOVERY: Set XY home bumps and move back to 10mm.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbel committed Sep 23, 2022
1 parent a8d73e7 commit fb4e117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/marlin/Configuration_MINI.h
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
//! implemented only for Cartesian kinematics
#define MOVE_BACK_BEFORE_HOMING
#if ENABLED(MOVE_BACK_BEFORE_HOMING)
#define MOVE_BACK_BEFORE_HOMING_DISTANCE 1.92f
#define MOVE_BACK_BEFORE_HOMING_DISTANCE 10.0f
#endif

// Specify here all the endstop connectors that are connected to any endstop or probe.
Expand Down
4 changes: 2 additions & 2 deletions include/marlin/Configuration_MINI_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@
#endif// HOMING_MAX_ATTEMPTS

// Homing hits each endstop, retracts by these distances, then does a slower bump.
#define X_HOME_BUMP_MM 0
#define Y_HOME_BUMP_MM 0
#define X_HOME_BUMP_MM 10
#define Y_HOME_BUMP_MM 10
#define Z_HOME_BUMP_MM 2
#define HOMING_BUMP_DIVISOR \
{ 2, 2, 4 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
Expand Down

0 comments on commit fb4e117

Please sign in to comment.