Skip to content

Commit

Permalink
Bump to v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Prusa Research authored and dragomirecky committed May 16, 2023
1 parent 56a40a0 commit d99455e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions include/marlin/Configuration_MK4.h
Original file line number Diff line number Diff line change
Expand Up @@ -1437,9 +1437,9 @@

// Homing speeds (mm/m)
#ifdef HAS_LDO_400_STEP
#define HOMING_FEEDRATE_XY (70 * 60)
#define HOMING_FEEDRATE_XY (62 * 60)
#else
#define HOMING_FEEDRATE_XY (70 * 60)//(150 * 60)
#define HOMING_FEEDRATE_XY (62 * 60)//(150 * 60)
#endif

#define HOMING_FEEDRATE_Z (8 * 60)
Expand Down
4 changes: 2 additions & 2 deletions include/marlin/Configuration_MK4_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
#if X_DRIVER_TYPE == TMC2130
#if defined(HAS_LDO_400_STEP)
#define X_STALL_SENSITIVITY -3
#define X_STALL_SENSITIVITY -2
#else
#define X_STALL_SENSITIVITY 3
#endif
Expand All @@ -1817,7 +1817,7 @@

#if Y_DRIVER_TYPE == TMC2130
#if defined(HAS_LDO_400_STEP)
#define Y_STALL_SENSITIVITY -3
#define Y_STALL_SENSITIVITY -2
#else
#define Y_STALL_SENSITIVITY 3
#endif
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.1
4.6.2

0 comments on commit d99455e

Please sign in to comment.