dropsegments => MIN_SEGMENTS_FOR_MOVE
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user