Re-enable Slowdown since it has nothing to do with the layershift

This commit is contained in:
Knutwurst
2020-10-13 17:39:55 +02:00
parent d104b0e5d3
commit d93d3eb867

View File

@@ -781,7 +781,7 @@
// Slow down the machine if the look ahead buffer is (by default) half full.
// Increase the slowdown divisor for larger buffer sizes.
//#define SLOWDOWN
#define SLOWDOWN
#if ENABLED(SLOWDOWN)
#define SLOWDOWN_DIVISOR 2
#endif