Bring some configs up to date

This commit is contained in:
Scott Lahteine
2018-05-06 02:40:54 -05:00
parent 71cd681473
commit 840ff60952
63 changed files with 107 additions and 165 deletions

View File

@ -796,7 +796,7 @@
#define BEZIER_CURVE_SUPPORT
// G38.2 and G38.3 Probe Target
// Enable PROBE_DOUBLE_TOUCH if you want G38 to double touch
// Set MULTIPLE_PROBING if you want G38 to double touch
//#define G38_PROBE_TARGET
#if ENABLED(G38_PROBE_TARGET)
#define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
@ -1242,7 +1242,7 @@
* stepperY.interpolate(0); \
* }
*/
#define TMC_ADV() { }
#define TMC_ADV() { }
#endif // TMC2130 || TMC2208