Apply SEGMENT_LEVELED_MOVES to example configs

This commit is contained in:
Scott Lahteine
2017-11-29 15:38:10 -06:00
parent ef2531558c
commit 7c61bcb058
42 changed files with 210 additions and 0 deletions

View File

@ -886,6 +886,11 @@
// The height can be set with M420 Z<height>
#define ENABLE_LEVELING_FADE_HEIGHT
// 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.
*/