Add Custom Microstepping options
This commit is contained in:
		@@ -478,6 +478,17 @@
 | 
			
		||||
 */
 | 
			
		||||
//#define ADAPTIVE_STEP_SMOOTHING
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Custom Microstepping
 | 
			
		||||
 * Override as-needed for your setup. Up to 3 MS pins are supported.
 | 
			
		||||
 */
 | 
			
		||||
//#define MICROSTEP1 LOW,LOW,LOW
 | 
			
		||||
//#define MICROSTEP2 HIGH,LOW,LOW
 | 
			
		||||
//#define MICROSTEP4 LOW,HIGH,LOW
 | 
			
		||||
//#define MICROSTEP8 HIGH,HIGH,LOW
 | 
			
		||||
//#define MICROSTEP16 LOW,LOW,HIGH
 | 
			
		||||
//#define MICROSTEP32 HIGH,LOW,HIGH
 | 
			
		||||
 | 
			
		||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
 | 
			
		||||
#define MICROSTEP_MODES { 16, 16, 16, 16, 16, 16 } // [1,2,4,8,16]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -482,6 +482,17 @@
 | 
			
		||||
 */
 | 
			
		||||
//#define ADAPTIVE_STEP_SMOOTHING
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Custom Microstepping
 | 
			
		||||
 * Override as-needed for your setup. Up to 3 MS pins are supported.
 | 
			
		||||
 */
 | 
			
		||||
//#define MICROSTEP1 LOW,LOW,LOW
 | 
			
		||||
//#define MICROSTEP2 HIGH,LOW,LOW
 | 
			
		||||
//#define MICROSTEP4 LOW,HIGH,LOW
 | 
			
		||||
//#define MICROSTEP8 HIGH,HIGH,LOW
 | 
			
		||||
//#define MICROSTEP16 LOW,LOW,HIGH
 | 
			
		||||
//#define MICROSTEP32 HIGH,LOW,HIGH
 | 
			
		||||
 | 
			
		||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
 | 
			
		||||
#define MICROSTEP_MODES { 16, 16, 16, 16, 16, 16 } // [1,2,4,8,16]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -483,6 +483,17 @@
 | 
			
		||||
 */
 | 
			
		||||
//#define ADAPTIVE_STEP_SMOOTHING
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Custom Microstepping
 | 
			
		||||
 * Override as-needed for your setup. Up to 3 MS pins are supported.
 | 
			
		||||
 */
 | 
			
		||||
//#define MICROSTEP1 LOW,LOW,LOW
 | 
			
		||||
//#define MICROSTEP2 HIGH,LOW,LOW
 | 
			
		||||
//#define MICROSTEP4 LOW,HIGH,LOW
 | 
			
		||||
//#define MICROSTEP8 HIGH,HIGH,LOW
 | 
			
		||||
//#define MICROSTEP16 LOW,LOW,HIGH
 | 
			
		||||
//#define MICROSTEP32 HIGH,LOW,HIGH
 | 
			
		||||
 | 
			
		||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
 | 
			
		||||
#define MICROSTEP_MODES { 16, 16, 16, 16, 16, 16 } // [1,2,4,8,16]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user