dropsegments => MIN_SEGMENTS_FOR_MOVE
This commit is contained in:
parent
4d4c00d69c
commit
374f8d2014
20 changed files with 40 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue