Browse Source

Fix typo in Configuration_adv.h (#18570)

vanilla_fb_2.0.x
notabucketofspam 4 years ago
committed by GitHub
parent
commit
588d40aedf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/Configuration_adv.h

2
Marlin/Configuration_adv.h

@ -1829,7 +1829,7 @@
// @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)
#if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8

Loading…
Cancel
Save