🔧 Enable EDGE_STEPPING by default with TMC drivers

MarlinFirmware/Marlin#27292
This commit is contained in:
Scott Lahteine 2024-07-20 13:49:12 -05:00
parent 2a3f370522
commit a064bdb4a9
311 changed files with 311 additions and 311 deletions

View file

@ -3460,7 +3460,7 @@
/**
* Step on both rising and falling edge signals (as with a square wave).
*/
//#define EDGE_STEPPING
#define EDGE_STEPPING
/**
* Enable M122 debugging command for TMC stepper drivers.