🔥 Automatic minimum planner junction speed (#26198)
This commit is contained in:
@@ -3463,8 +3463,8 @@ static_assert(_PLUS_TEST(3), "DEFAULT_MAX_ACCELERATION values must be positive."
|
||||
#error "CNC_COORDINATE_SYSTEMS is incompatible with NO_WORKSPACE_OFFSETS."
|
||||
#endif
|
||||
|
||||
#if !BLOCK_BUFFER_SIZE || !IS_POWER_OF_2(BLOCK_BUFFER_SIZE)
|
||||
#error "BLOCK_BUFFER_SIZE must be a power of 2."
|
||||
#if !BLOCK_BUFFER_SIZE
|
||||
#error "BLOCK_BUFFER_SIZE must be non-zero."
|
||||
#elif BLOCK_BUFFER_SIZE > 64
|
||||
#error "A very large BLOCK_BUFFER_SIZE is not needed and takes longer to drain the buffer on pause / cancel."
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user