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

@ -833,6 +833,7 @@
#else
// Clear probe pin settings when no probe is selected
#undef Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#undef USE_PROBE_FOR_Z_HOMING
#endif
#if Z_HOME_DIR > 0

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.