Skip to content

Commit 1be9dcb

Browse files
authored
Merge pull request #171 from th3dstudio/2.0.x
2.0.x
2 parents 2f2a489 + 83489a4 commit 1be9dcb

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

Firmware/Marlin/Configuration_adv.h

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,18 +2578,12 @@
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)
2581+
#if BOTH(SDSUPPORT, DIRECT_STEPPING) || ALL(SPACE_SAVER_2560, INPUT_SHAPING, CUSTOM_ESTEPS)
25822582
#define BLOCK_BUFFER_SIZE 8
2583-
#elif ALL(SPACE_SAVER_2560, INPUT_SHAPING, CUSTOM_ESTEPS, NO_SDCARD)
2583+
#elif ENABLED(SPACE_SAVER_2560)
25842584
#define BLOCK_BUFFER_SIZE 16
2585-
#elif ALL(SPACE_SAVER_2560, INPUT_SHAPING, CUSTOM_ESTEPS)
2586-
#define BLOCK_BUFFER_SIZE 8
2587-
#elif ALL(SPACE_SAVER_2560, INPUT_SHAPING)
2588-
#define BLOCK_BUFFER_SIZE 16
2589-
#elif ENABLED(SDSUPPORT)
2590-
#define BLOCK_BUFFER_SIZE 32
25912585
#else
2592-
#define BLOCK_BUFFER_SIZE 16
2586+
#define BLOCK_BUFFER_SIZE 32
25932587
#endif
25942588

25952589
// @section serial

Firmware/Marlin/Configuration_backend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//======================= DO NOT MODIFY THIS FILE ===========================
77
//===========================================================================
88

9-
#define UNIFIED_VERSION "TH3D UFW 2.77b"
9+
#define UNIFIED_VERSION "TH3D UFW 2.77c"
1010

1111
/**
1212
* ABL Probe Settings

0 commit comments

Comments
 (0)