Skip to content

Commit

Permalink
Disabling StealthChop
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbgomide committed May 21, 2022
1 parent 432c08a commit 622be22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2949,12 +2949,12 @@
* Use Trinamic's ultra quiet stepping mode.
* When disabled, Marlin will use spreadCycle stepping mode.
*/
#define STEALTHCHOP_XY
#define STEALTHCHOP_Z
#define STEALTHCHOP_I
#define STEALTHCHOP_J
#define STEALTHCHOP_K
#define STEALTHCHOP_E
// #define STEALTHCHOP_XY
// #define STEALTHCHOP_Z
// #define STEALTHCHOP_I
// #define STEALTHCHOP_J
// #define STEALTHCHOP_K
// #define STEALTHCHOP_E

/**
* Optimize spreadCycle chopper parameters by using predefined parameter sets
Expand Down Expand Up @@ -3018,7 +3018,7 @@
* STEALTHCHOP_(XY|Z|E) must be enabled to use HYBRID_THRESHOLD.
* M913 X/Y/Z/E to live tune the setting
*/
#define HYBRID_THRESHOLD
// #define HYBRID_THRESHOLD

#define X_HYBRID_THRESHOLD 50 // [mm/s]
#define X2_HYBRID_THRESHOLD 50
Expand Down

0 comments on commit 622be22

Please sign in to comment.