dropsegments => MIN_SEGMENTS_FOR_MOVE

This commit is contained in:
Scott Lahteine
2016-08-20 18:46:16 -05:00
parent 4d4c00d69c
commit 374f8d2014
20 changed files with 40 additions and 20 deletions

View File

@ -530,7 +530,8 @@
// Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
//#define BEZIER_CURVE_SUPPORT
const unsigned int dropsegments = 5; //everything with less than this number of steps will be ignored as move and joined with the next movement
// Moves with fewer segments than this will be ignored and joined with the next movement
#define MIN_SEGMENTS_FOR_MOVE 6
// @section temperature