Pins, comment cleanup

This commit is contained in:
Scott Lahteine
2020-12-28 23:10:48 -06:00
parent 624bf10ab5
commit d6a56b882f
13 changed files with 62 additions and 44 deletions

View File

@@ -382,6 +382,10 @@
#define POLL_JOG
#endif
#ifndef HOMING_BUMP_MM
#define HOMING_BUMP_MM { 0, 0, 0 }
#endif
/**
* Driver Timings (in nanoseconds)
* NOTE: Driver timing order is longest-to-shortest duration.