Hello,
quick question, so I have a 3d printer with an X5 smoothieboard. its dual extrusion with 3 axis of control (using all 5 onboard drivers). I have a pololu A4988 driver to drive this extra motor to make up a dual drive Y axis. I know that I should be able to connect the logic pins between these two drivers and they should do the exact same a the same time, BUT I can't figure out how to nomenclature from the smoothie board (STn, DIRn, ENn, GND) to the pololu A4988 (STEP, DIR, VDD, GND, SLEEP, RESET). It seems like it should be pretty easy but I really can't figure it out. The ground makes sense, step, and dir seem self explanatory, but I'm getting goofed up by the ENn on smoothie and where VDD should come from to go to the A4988. I'm assuming that the stepper drivers on the smoothie board are set at 1/16th microstepping (can't find anything anywhere that can verify this) so i set the A4988 to 1/16 by grounding S1, S2, and S3 to GND on the A4988 (a jumper between GND and all the S's on a breadboard).

here's a picture of a wiring schematic for the A4988
here's the picture that smoothie lists for external drivers:
I know I can just stick the leads of the second motor into pinouts from the onboard stepper driver, but I'm afraid i could burn out the onboard driver, as the motors are rated up to 2A each. This is more of an electrical engineering question, but if i hook the two motors in parallel will it draw double the current, or will the smoothie board limit the current for the pair to what i have it set to in config (1.8A)? giving me .9A per motor? As long as the pair has enough to drive the axis and keep up with microstepping i'd be happy to do it this way, I just would like a second opinion before going this route, as I think actually using a second driver is the better option.
I'm suprised no one has done this with an A4988, or if anyone has, nobody has posted anything about it online that I could find. If someone could help me that would be so awesome,
Thanks,