Skip to content

Commit

Permalink
adjust some thresholds to not trigger crash detection when e.g. the b…
Browse files Browse the repository at this point in the history
…elts are a bit overtightened ore the bearings don't move perfectly smooth
  • Loading branch information
shyblower committed Mar 12, 2023
1 parent 434db6d commit 01dd9a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Firmware/Configuration_prusa.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,13 @@


#ifdef STEPPER_X_09
#define TMC2130_TCOOLTHRS_X 260 // TCOOLTHRS - coolstep treshold
#define TMC2130_TCOOLTHRS_X 230 // TCOOLTHRS - coolstep treshold
#else
#define TMC2130_TCOOLTHRS_X 430 // TCOOLTHRS - coolstep treshold
#endif

#ifdef STEPPER_Y_09
#define TMC2130_TCOOLTHRS_Y 250 // TCOOLTHRS - coolstep treshold
#define TMC2130_TCOOLTHRS_Y 210 // TCOOLTHRS - coolstep treshold
#else
#define TMC2130_TCOOLTHRS_Y 430 // TCOOLTHRS - coolstep treshold
#endif
Expand All @@ -416,7 +416,7 @@
#endif

#ifdef STEPPER_Y_09
#define TMC2130_SG_THRS_Y 3
#define TMC2130_SG_THRS_Y 4
#define TMC2130_SG_THRS_Y_HOME 4
#else
#define TMC2130_SG_THRS_Y 3 // std stallguard sensitivity for Y axis
Expand Down

0 comments on commit 01dd9a0

Please sign in to comment.