I'm thinking about Using closed loop stepper motors and drivers in 3d printer

I’m thinking about Using closed loop stepper motors and drivers in 3d printer. If any of my axis have two stepper motors, I will connect them parallel. Is same possible with closed loop steppers, since they have encoders attached???

No, it is not possible.

You can’t connect both encoders in parallel. The driver gets confused by the overlapping and possibly contradicting signals.

The main reason for closed loop motors would be to make sure a motor that is missing steps is adjusted to catch up those missing steps. And only that one motor should. If connected in parallel you can’t correct for those mistakes even if you could process the data from the encoders separately.

@Peter_Peters So If my Y axis has two stepper motors, I should use two drivers, right?? One for each

@Athul_S_Nair Yes, that is right.

you can connect the drivers (input) in parallel.

@Ulrich_Baer STEP, DIR, ENABLE pulses

you should also ensure that ALM will shut down both driver not only the faulty one.