Skip to content

Commit fc22813

Browse files
authored
Merge pull request #172 from th3dstudio/2.0.x
2.0.x
2 parents 1be9dcb + af1b4e3 commit fc22813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Firmware/Marlin/Configuration_adv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,7 +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) || ALL(SPACE_SAVER_2560, INPUT_SHAPING, CUSTOM_ESTEPS)
2581+
#if BOTH(SDSUPPORT, DIRECT_STEPPING) || ALL(SPACE_SAVER_2560, INPUT_SHAPING)
25822582
#define BLOCK_BUFFER_SIZE 8
25832583
#elif ENABLED(SPACE_SAVER_2560)
25842584
#define BLOCK_BUFFER_SIZE 16
@@ -2592,7 +2592,7 @@
25922592
#define MAX_CMD_SIZE 96
25932593

25942594
#if ENABLED(SPACE_SAVER_2560)
2595-
#define BUFSIZE BLOCK_BUFFER_SIZE
2595+
#define BUFSIZE 16
25962596
#else
25972597
#define BUFSIZE 32
25982598
#endif

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.77c"
9+
#define UNIFIED_VERSION "TH3D UFW 2.77d"
1010

1111
/**
1212
* ABL Probe Settings

0 commit comments

Comments
 (0)