fix zjerk being the same for delta as xy jerk

add more delta defaults
on delta make second home even slower
This commit is contained in:
Jim Morris
2013-07-17 16:14:07 -07:00
parent f3aa2a48e7
commit d01ee7e7b5
3 changed files with 11 additions and 0 deletions

View File

@@ -177,7 +177,10 @@
#define DEFAULT_MINSEGMENTTIME 20000
// If defined the movements slow down when the look ahead buffer is only half full
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
#ifndef DELTA
#define SLOWDOWN
#endif
// Frequency limit
// See nophead's blog for more info