Does anyone have a step by step ( where to hook up the old screen, where to hook up the limit switch, what jumpers do I need for

2588, do I need to change anything in the code?) I'm currently using an Arduino Uno, CNC Shield V3, I have 2588 drivers and no clue what I'm doing. I was able to load the code to the device. Other than that nothing's functional. I did run some test code so I know my driver's work. I did back the power down on the drivers .6. I tried switching to a different pinout on the motors no success. Power supply is a desk power supply tuned into 15 volts. What I would really like is a step by step but this is what you need to do with this CNC Shield and this is what you need to do with the code. Thanks in advance for all your help.
It is DRV 8825 not 2588.
Please feel free to visit this side for more information:
https://reprap.org/wiki/A4988_vs_DRV8825_Chinese_Stepper_Driver_Boards
You may also have a look at: https://www.3dchameleon.com/forum/your-3d-chameleon-creations/firmware-changes-for-mk4-1-and-cnc-shield-v3-arduino-uno Please be aware of the correct stepping of the driver. A4988 is 1/16 - DRV8825 is 1/32. You will need to configure your driver with jumpers. Settings Microsteppings:
MODE0 MODE1 MODE2 Microstepping 0 0 0 Full 1 0 0 Half 0 1 0 1/4 Schritt 1 1 0 1/8 Schritt 0 0 1 1/16 Schritt <----- try this one 1 1 1 1/32 Schritt