Correct DEFAULT_MINSEGMENTTIME units
This commit is contained in:
parent
d35dd2a47e
commit
df9cad6a53
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@
|
|||
//#define HOME_AFTER_DEACTIVATE // Require rehoming after steppers are deactivated
|
||||
|
||||
// Minimum time that a segment needs to take if the buffer is emptied
|
||||
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||
#define DEFAULT_MINSEGMENTTIME 20000 // (µs)
|
||||
|
||||
// Slow down the machine if the look ahead buffer is (by default) half full.
|
||||
// Increase the slowdown divisor for larger buffer sizes.
|
||||
|
|
Reference in a new issue