2uS default step pulse (#9989)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							ca577c1638
						
					
				
				
					commit
					6b4a928145
				
			| @@ -789,7 +789,8 @@ | ||||
|  | ||||
| // The minimum pulse width (in µs) for stepping a stepper. | ||||
| // Set this if you find stepping unreliable, or if using a very fast CPU. | ||||
| #define MINIMUM_STEPPER_PULSE 0 // (µs) The smallest stepper pulse allowed | ||||
| // 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers | ||||
| #define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs | ||||
|  | ||||
| // @section temperature | ||||
|  | ||||
|   | ||||
| @@ -776,7 +776,8 @@ | ||||
|  | ||||
| // The minimum pulse width (in µs) for stepping a stepper. | ||||
| // Set this if you find stepping unreliable, or if using a very fast CPU. | ||||
| #define MINIMUM_STEPPER_PULSE 0 // (µs) The smallest stepper pulse allowed | ||||
| // 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers | ||||
| #define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs | ||||
|  | ||||
| // @section temperature | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user