Well with some help from here (you know who you are) I had a firmware misunderstanding due to documentation. I am communicating and tracking down all the issues. I am going to be using this on a an A10M that the gt2560 died (please don't ask how other than a screwdriver, an out of alignment bltouch and "i'll just give it a smooch to straighten it)
I got the dp-5 to facilitate my movement to klipper.
I am no having to remap all the driver pins as the mellow printer config was way way way way off, did I mention it was pin mapped wrong LOL.
The 1st. commented out statement is the original pin map, I comment out all the time to help make corrections back.
Drives
########################################
[stepper_x]
step_pin: PB10 #D0_STEP
dir_pin: !PB2 #D0_DIR #dir_pin: !D0_DIR
enable_pin: !PB11 #!D0_EN
microsteps: 16
rotation_distance: 40
endstop_pin: D0_STOP #endstop_pin: !D0_STOP
position_endstop: 0 #120
position_max: 220 #120
homing_speed: 40
[stepper_y]
step_pin: PC5 #D1_STEP
dir_pin: !PC4 #D1_DIR
enable_pin: !PB0 #!D1_EN
microsteps: 16
rotation_distance: 40
endstop_pin: D1_STOP #endstop_pin: !D1_STOP
position_endstop: 0 #120
position_max: 220 #120
homing_speed: 40
[stepper_z]
step_pin: PA5 #D2_STEP
dir_pin: PA4 #!D2_DIR
enable_pin: !PA6 #!D2_EN
microsteps: 16
rotation_distance: 8
endstop_pin: D2_STOP
position_endstop: 0 #0.5
position_max: 230 #120
[extruder]
step_pin: PA1 #D3_STEP
dir_pin: PA0 #D3_DIR
enable_pin: !PA2 #!D3_EN
microsteps: 16
rotation_distance: 33.5
I am sure more mapping will need to be corrected but It is beginning to move. Plus I am having to figure out the propper commands to reverse steppers and such and the correct syntax to add another extruder.
I also wish to remap couple of pins for fans that I dont need to filament sensors