Adaptive multiaxis step smoothing
- Stepper bugs fixed - Support MIXING_EXTRUDER with Linear Advance - Miscellaneous cleanup
This commit is contained in:
		@@ -450,6 +450,14 @@
 | 
			
		||||
  //#define JUNCTION_DEVIATION_INCLUDE_E
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Adaptive Step Smoothing increases the resolution of multi-axis moves, particularly at step frequencies
 | 
			
		||||
 * below 1kHz (for AVR) or 10kHz (for ARM), where aliasing between axes in multi-axis moves causes audible
 | 
			
		||||
 * vibration and surface artifacts. The algorithm adapts to provide the best possible step smoothing at the
 | 
			
		||||
 * lowest stepping frequencies.
 | 
			
		||||
 */
 | 
			
		||||
//#define ADAPTIVE_STEP_SMOOTHING
 | 
			
		||||
 | 
			
		||||
// 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