MINIMUM_STEPPER_PULSE option
This commit is contained in:
parent
2cb63f0bf7
commit
759234af60
19 changed files with 97 additions and 15 deletions
|
|
@ -533,6 +533,10 @@
|
|||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
// The minimum pulse width (in µs) for stepping a stepper.
|
||||
// Set this if you find stepping unreliable, or if using a very fast CPU.
|
||||
#define MINIMUM_STEPPER_PULSE 0 // (µs) The smallest stepper pulse allowed
|
||||
|
||||
// @section temperature
|
||||
|
||||
// Control heater 0 and heater 1 in parallel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue