Fix IDEX homing X0 wrong direction (#12200)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							0a549fd1f2
						
					
				
				
					commit
					aebbb2359d
				
			| @@ -1746,10 +1746,10 @@ uint32_t Stepper::stepper_block_phase_isr() { | ||||
|           #endif | ||||
|       ) { | ||||
|         last_direction_bits = current_block->direction_bits; | ||||
|         set_directions(); | ||||
|         #if EXTRUDERS > 1 | ||||
|           last_moved_extruder = stepper_extruder; | ||||
|         #endif | ||||
|         set_directions(); | ||||
|       } | ||||
|  | ||||
|       // At this point, we must ensure the movement about to execute isn't | ||||
|   | ||||
		Reference in New Issue
	
	Block a user