🐛 Fix SENSORLESS_HOMING for 6-axis
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							8cb646cc20
						
					
				
				
					commit
					cb1570d162
				
			| @@ -83,9 +83,7 @@ | ||||
|  | ||||
|     #if ENABLED(SENSORLESS_HOMING) | ||||
|       sensorless_t stealth_states { | ||||
|           tmc_enable_stallguard(stepperX) | ||||
|         , tmc_enable_stallguard(stepperY) | ||||
|         , false | ||||
|           LINEAR_AXIS_LIST(tmc_enable_stallguard(stepperX), tmc_enable_stallguard(stepperY), false, false, false, false) | ||||
|         , false | ||||
|           #if AXIS_HAS_STALLGUARD(X2) | ||||
|             || tmc_enable_stallguard(stepperX2) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user