Add JUNCTION_DEVIATION to example configs
This commit is contained in:
		@@ -431,6 +431,15 @@
 | 
			
		||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
 | 
			
		||||
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
 | 
			
		||||
 | 
			
		||||
//
 | 
			
		||||
// Use Junction Deviation instead of traditional Jerk Limiting
 | 
			
		||||
//
 | 
			
		||||
//#define JUNCTION_DEVIATION
 | 
			
		||||
#if ENABLED(JUNCTION_DEVIATION)
 | 
			
		||||
  #define JUNCTION_DEVIATION_FACTOR 0.02
 | 
			
		||||
  //#define JUNCTION_DEVIATION_INCLUDE_E
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
 | 
			
		||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -431,6 +431,15 @@
 | 
			
		||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
 | 
			
		||||
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
 | 
			
		||||
 | 
			
		||||
//
 | 
			
		||||
// Use Junction Deviation instead of traditional Jerk Limiting
 | 
			
		||||
//
 | 
			
		||||
//#define JUNCTION_DEVIATION
 | 
			
		||||
#if ENABLED(JUNCTION_DEVIATION)
 | 
			
		||||
  #define JUNCTION_DEVIATION_FACTOR 0.02
 | 
			
		||||
  //#define JUNCTION_DEVIATION_INCLUDE_E
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
 | 
			
		||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user