Fix DEFAULT_MINSEGMENTTIME comment

Fixes #94
This commit is contained in:
Scott Lahteine 2020-05-11 20:50:12 -05:00
parent ec5a182c68
commit 21587e48f6
156 changed files with 156 additions and 156 deletions

View file

@ -769,7 +769,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.