Improve MINIMUM_STEPPER_PULSE

This commit is contained in:
Scott Lahteine
2016-09-23 23:59:16 -05:00
parent da1644313d
commit eabff30e75
3 changed files with 16 additions and 8 deletions

View File

@@ -708,4 +708,7 @@
#define MAX_PROBE_Y (min(Y_MAX_POS, Y_MAX_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))
#endif
// Stepper pulse duration, in cycles
#define STEP_PULSE_CYCLES ((MINIMUM_STEPPER_PULSE) * CYCLES_PER_MICROSECOND)
#endif // CONDITIONALS_POST_H