Apply SEGMENT_LEVELED_MOVES to example configs

This commit is contained in:
Scott Lahteine 2017-11-29 15:28:27 -06:00
parent d786fb99e2
commit 80929c2637
37 changed files with 185 additions and 0 deletions

View file

@ -1015,6 +1015,11 @@
#define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
// For Cartesian machines, instead of dividing moves on mesh boundaries,
// split up moves into short segments like a Delta.
#define SEGMENT_LEVELED_MOVES
#define LEVELED_SEGMENT_LENGTH 5.0 // (mm) Length of all segments (except the last one)
/**
* Enable the G26 Mesh Validation Pattern tool.
*/