🔧 Allow arbitrary BLOCK_BUFFER_SIZE

This commit is contained in:
Scott Lahteine 2023-08-22 19:17:57 -05:00
parent 587e7fa407
commit 385769708b
320 changed files with 0 additions and 320 deletions

View file

@ -2543,7 +2543,6 @@
// @section motion
// The number of linear moves that can be in the planner at once.
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8
#elif HAS_MEDIA