@Phaedrux
I don't think they have. Honestly, I had been printing with this printer for years with the same modifications. I moved twice and now have space to set them back up. It was about a year that my printer was offline and now bringing it back online, I've run into a few issues here and there. But maybe? I've cleaned and lubed up all the moving parts on the Z axis at this point. I do have some new lead screws, brass lead screw nuts, and stepper motor to lead screw couplers on order.
Here's my axis config from the current config.g.
; Axes
M584 X0 Y1 Z2:4 ; set axis mapping
M671 X-20:320 Y0:0 S0.5 ; position of leadscrew/bed pivot point at left and right of X axis
M208 X0:305 Y0:300 ; X carriage moves from -5 to 205, Y bed goes from 0 to 200
M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation
M906 X800 Y800 Z1200 ; set motor driver currents
M92 X80 Y80 Z409 ; configure steps per mm
M208 X0:300 Y0:300 Z0:400 ; set minimum and maximum axis limits
M566 X900 Y900 Z12 ; set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z180 ; set maximum speeds (mm/min)
M201 X500 Y500 Z20 ; set accelerations (mm/s^2)