0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-07-03 20:30:48 +00:00

Update TMC_ADV examples

This commit is contained in:
Scott Lahteine 2019-11-15 02:14:58 -06:00
parent 27cb4db80e
commit aa93e1f21a
106 changed files with 212 additions and 212 deletions
config/examples/WASP/PowerWASP

View file

@ -2116,8 +2116,8 @@
*
* Example:
* #define TMC_ADV() { \
* stepperX.diag0_temp_prewarn(1); \
* stepperY.interpolate(0); \
* stepperX.diag0_otpw(1); \
* stepperY.intpol(0); \
* }
*/
#define TMC_ADV() { }