my config.g has the M564 H0 in it.
things are moving now. but to be honest i am not sure what i changed to make it happen.. it just started working.. which is concerning.. as to why it wasnt before.
is there a buffer/cache that holds old settings
This is my current setup
M584 X5 Y6 Z7 U4 E1:2:3 P3
;
; Set stepper drives parameters for all the used ones
M569 P5 S0 R1 T6:6:5:0 ; X AXIS Drive 5 goes forwards (E2 on Expansion Header)
M569 P6 S0 R1 T6:6:5:0 ; Y AXIS Drive 6 goes forwards (E3 on Expansion Header)
M569 P7 S0 R1 T6:6:5:0 ; Z AXIS Drive 7 goes forwards (E4 on Expansion Header)
; Set axis dynamic parameters
M350 X1 Y1 Z1 U1 I0 ; Configure microstepping NO interpolation
M92 X200 Y200 Z200 U400 ; Set steps per mm
M566 X900 Y900 Z200 U900 ; Set maximum instantaneous speed changes (mm/min)
M203 X2000 Y2000 Z2000 U2500 ; Set maximum speeds (mm/min)
M201 X150 Y150 Z150 U150 ; Set accelerations (mm/s^2)