Move out of range on Z

I have a Voron 0.1 that I changed the x carriage on so I haven’t printed in a month or so. When I powered on the printer it would not let me home Z, giving me a move out of range error. I have searched for two nights online to find a solution and nothing works. The error seems to be related to the Z_hop under safe_z_home. Whatever number z_hop is set to is what value the error shows i.e. Move out of range: 120.000 120.000 3.000 [0.00]. I have changed my z position_min to different values, disabled z_hop value, changed the size of my Z height. Not sure what else to do. Running OctoKlipper [0.3.9.4]

Homing from the control tab, macro, and G28 from the terminal all throw the same error.

config # This file contains common pin mappings for the BIGTREETECH SKR# MINI 2.0. To - Pastebin.com

Thanks

Please attach a log with the error.

octoprint (2).log (48.6 KB)

Klippy log, not the Octoprint log.

klippy.log (259.1 KB)

2022-05-06klippy.log (478.2 KB)
2022-05-05klippy.log (125.4 KB)

[stepper_y]
...
position_endstop = 119
position_max = 119

Move out of range: 120.000 120.000 2.000 [0.000]

You have defined max Y as 119 and you are trying to reach Y 120

Thank you that fixed it! Weird as that is what it was set to before I redid the X carriage. I appreciate your help!