🔧 Allow arbitrary BLOCK_BUFFER_SIZE

This commit is contained in:
Scott Lahteine
2023-08-22 19:16:35 -05:00
parent fb74caebb5
commit ab8af7fa9c
3 changed files with 8 additions and 5 deletions

View File

@@ -2526,7 +2526,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