Skip to content

Commit

Permalink
Adiciona condicional para o StealthChop
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbgomide committed Mar 19, 2024
1 parent f691842 commit f273f3e
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3277,16 +3277,17 @@
* Use Trinamic's ultra quiet stepping mode.
* When disabled, Marlin will use spreadCycle stepping mode.
*/
#if HAS_STEALTHCHOP
// #define STEALTHCHOP_XY
// #define STEALTHCHOP_Z
// #define STEALTHCHOP_I
// #define STEALTHCHOP_J
// #define STEALTHCHOP_K
// #define STEALTHCHOP_U
// #define STEALTHCHOP_V
// #define STEALTHCHOP_W
// #define STEALTHCHOP_E
// #define USE_STEALTHCHOP
#if ALL(USE_STEALTHCHOP, HAS_STEALTHCHOP)
#define STEALTHCHOP_XY
#define STEALTHCHOP_Z
#define STEALTHCHOP_I
#define STEALTHCHOP_J
#define STEALTHCHOP_K
#define STEALTHCHOP_U
#define STEALTHCHOP_V
#define STEALTHCHOP_W
#define STEALTHCHOP_E
#endif

/**
Expand Down

0 comments on commit f273f3e

Please sign in to comment.