Skip to content

Commit 83489a4

Browse files
committed
Update Configuration_adv.h
1 parent 34eaad8 commit 83489a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Firmware/Marlin/Configuration_adv.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,11 +2578,7 @@
25782578

25792579
// The number of linear moves that can be in the planner at once.
25802580
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g., 8, 16, 32)
2581-
#if BOTH(SDSUPPORT, DIRECT_STEPPING)
2582-
#define BLOCK_BUFFER_SIZE 8
2583-
#elif ALL(SPACE_SAVER_2560, INPUT_SHAPING, CUSTOM_ESTEPS, NO_SDCARD)
2584-
#define BLOCK_BUFFER_SIZE 16
2585-
#elif ALL(SPACE_SAVER_2560, INPUT_SHAPING, CUSTOM_ESTEPS)
2581+
#if BOTH(SDSUPPORT, DIRECT_STEPPING) || ALL(SPACE_SAVER_2560, INPUT_SHAPING, CUSTOM_ESTEPS)
25862582
#define BLOCK_BUFFER_SIZE 8
25872583
#elif ENABLED(SPACE_SAVER_2560)
25882584
#define BLOCK_BUFFER_SIZE 16

0 commit comments

Comments
 (0)