fix normal extruder stepping (#12118)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							96bbda5d48
						
					
				
				
					commit
					c90e26dfa6
				
			| @@ -1412,7 +1412,7 @@ void Stepper::stepper_pulse_phase_isr() { | ||||
|         #endif | ||||
|       } | ||||
|     #else // !LIN_ADVANCE && !MIXING_EXTRUDER | ||||
|       #if HAS_E_STEP | ||||
|       #if HAS_E0_STEP | ||||
|         PULSE_START(E); | ||||
|       #endif | ||||
|     #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user