Fix some comments

This commit is contained in:
Scott Lahteine 2020-07-08 06:36:04 -05:00
parent 52d4c37c77
commit 40e253c127
164 changed files with 327 additions and 327 deletions

View file

@ -36,7 +36,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1829,7 +1829,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1833,7 +1833,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1832,7 +1832,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1835,7 +1835,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1838,7 +1838,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1834,7 +1834,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1832,7 +1832,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1833,7 +1833,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1833,7 +1833,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1830,7 +1830,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1835,7 +1835,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1833,7 +1833,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1832,7 +1832,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1836,7 +1836,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1830,7 +1830,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1822,7 +1822,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1835,7 +1835,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1835,7 +1835,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1831,7 +1831,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

View file

@ -38,7 +38,7 @@
// @section temperature // @section temperature
//=========================================================================== //===========================================================================
//=============================Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
/** /**
@ -1833,7 +1833,7 @@
// @section motion // @section motion
// The number of lineear moves that can be in the planner at once. // 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) // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
#if BOTH(SDSUPPORT, DIRECT_STEPPING) #if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8 #define BLOCK_BUFFER_SIZE 8

Some files were not shown because too many files have changed in this diff Show more