Improve MINIMUM_STEPPER_PULSE
This commit is contained in:
parent
da1644313d
commit
eabff30e75
3 changed files with 16 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue