Skip to content

Commit

Permalink
Update 8/23 - Merge w/Marlin - Allow arbitrary BLOCK_BUFFER_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Aug 23, 2023
1 parent b010ea8 commit 0b01961
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Andrew427/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/BTT-SKR_Mini_E3_V3/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Creality Ender/BLT/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Creality Ender/MM/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Creality Ender/UBL/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Voxelab Aquila 427/BLT/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Voxelab Aquila 427/MM/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Voxelab Aquila 427/UBL/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Voxelab Aquila/BLT/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Voxelab Aquila/MM/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Voxelab Aquila/UBL/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down
1 change: 0 additions & 1 deletion configurations/Voxelab Aquila/UBL/Configuration_advPro.h
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,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 32
#elif HAS_MEDIA
Expand Down

0 comments on commit 0b01961

Please sign in to comment.