mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-17 19:57:49 -06:00
TMC Square Wave Stepping mode (#14195)
This commit is contained in:
parent
80ce0d2bdb
commit
cccc51ee0e
79 changed files with 549 additions and 13 deletions
|
@ -1761,6 +1761,12 @@
|
|||
//#define Z_STALL_SENSITIVITY 8
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Beta feature!
|
||||
* Create a 50/50 square wave step pulse optimal for stepper drivers.
|
||||
*/
|
||||
//#define SQUARE_WAVE_STEPPING
|
||||
|
||||
/**
|
||||
* Enable M122 debugging command for TMC stepper drivers.
|
||||
* M122 S0/1 will enable continous reporting.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue