Apply SEGMENT_LEVELED_MOVES to example configs
This commit is contained in:
		| @@ -916,6 +916,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. | ||||
|    */ | ||||
|   | ||||
| @@ -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. | ||||
|    */ | ||||
|   | ||||
| @@ -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. | ||||
|    */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user