Malyan M300 / Monoprice Delta Mini config

This commit is contained in:
Morgan Leborgne 2020-04-04 15:04:17 +02:00 committed by Scott Lahteine
parent 86347a4f49
commit 6677b30297
184 changed files with 5764 additions and 217 deletions

View file

@ -759,9 +759,7 @@
// Minimum time that a segment needs to take if the buffer is emptied
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
// 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)
//// Slow down the machine if the look ahead buffer is (by default) half full.
// Slow down the machine if the look ahead buffer is (by default) half full.
// Increase the slowdown divisor for larger buffer sizes.
//#define SLOWDOWN
#if ENABLED(SLOWDOWN)