MIN_SEGMENTS_FOR_MOVE => MIN_STEPS_PER_SEGMENT

Follow-up to #4666
This commit is contained in:
Scott Lahteine
2016-08-21 08:56:03 -05:00
parent 27b80b1dd1
commit ab59280075
20 changed files with 40 additions and 40 deletions

View File

@ -530,8 +530,8 @@
// Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
//#define BEZIER_CURVE_SUPPORT
// Moves with fewer segments than this will be ignored and joined with the next movement
#define MIN_SEGMENTS_FOR_MOVE 6
// Moves (or segments) with fewer steps than this will be joined with the next move
#define MIN_STEPS_PER_SEGMENT 6
// @section temperature