Update Configuration_adv.h

This commit is contained in:
InsanityAutomation
2024-01-09 11:10:48 -05:00
parent 1a9a5b82a8
commit b788ce25f5
+5 -4
View File
@@ -935,14 +935,15 @@
*/
#if ANY(MiniV2, TazPro)
#define SENSORLESS_BACKOFF_MM { 4, 4 } // (mm) Backoff from endstops before sensorless homing
#define SENSORLESS_BACKOFF_MM { 4, 4, 0 } // (mm) Backoff from endstops before sensorless homing
#define HOMING_BACKOFF_POST_MM { 5, 5, 2 } // (mm) Backoff from endstops after homing
#else
#define HOMING_BACKOFF_POST_MM { 2, 2, 16 } // (mm) Backoff from endstops after homing
#define QUICK_HOME // If G28 contains XY do a diagonal move first
#endif
#define HOMING_BUMP_MM { 5, 5, 2 } // (linear=mm, rotational=°) Backoff from endstops after first bump
#define HOMING_BUMP_DIVISOR { 2, 2, 4 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
#define HOMING_BUMP_DIVISOR { 1, 2, 4 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
//#define HOMING_BACKOFF_POST_MM { 2, 2, 2 } // (linear=mm, rotational=°) Backoff from endstops after homing
//#define XY_COUNTERPART_BACKOFF_MM 0 // (mm) Backoff X after homing Y, and vice-versa
@@ -3535,9 +3536,9 @@
#if ANY(SENSORLESS_HOMING, SENSORLESS_PROBING)
// TMC2209: 0...255. TMC2130: -64...63
#if ENABLED(TazPro)
#define X_STALL_SENSITIVITY 6
#define X_STALL_SENSITIVITY 4
#define X2_STALL_SENSITIVITY X_STALL_SENSITIVITY
#define Y_STALL_SENSITIVITY 5
#define Y_STALL_SENSITIVITY 4
#define Y2_STALL_SENSITIVITY Y_STALL_SENSITIVITY
#else
#define X_STALL_SENSITIVITY 4