mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
🔧 Allow arbitrary BLOCK_BUFFER_SIZE
This commit is contained in:
parent
587e7fa407
commit
385769708b
320 changed files with 0 additions and 320 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue