Move out of range while z-offset calibration

Hi all, I´m running into this "move out of range" after setting up my euclid probe. Homing works fine, probe is deployed and stoved perfecly. But if I want to calibrate my z-offset I get this error message. I need to go below 0 to get the nozzle into the right distance to the bed.
Move out of range: 122.058 133.250 -5.773 [0.000]
Move out of range: 122.058 133.250 -5.773 [0.000]
Anything I can do to get this working? Setting z_offset in the printer.crf to z_offset: -5.0 does not work.
[include RatOS/boards/mellow-fly-sht-42/toolboard-config.cfg]

# If you have a toolboard installed, uncomment the following
[include RatOS/boards/toolboard.cfg]

# Probe
[probe]
pin: ^toolboard:PB2 # For NPN NC probes such as the SuperPinda / Vinda / SupCR / Decoprobe probes.
z_offset: 0.230
[include RatOS/boards/mellow-fly-sht-42/toolboard-config.cfg]

# If you have a toolboard installed, uncomment the following
[include RatOS/boards/toolboard.cfg]

# Probe
[probe]
pin: ^toolboard:PB2 # For NPN NC probes such as the SuperPinda / Vinda / SupCR / Decoprobe probes.
z_offset: 0.230
2 Replies
eastern-cyan
eastern-cyan17mo ago
Add the following into the user overrides [stepper_z] position_min: -7 @rigattoni
Rigattoni
Rigattoni17mo ago
Well... yes, that did the trick. Didn´t find that anywhere. May be I need some new glasses?!? ...but... If I start a print and Klipper want´s to start mesh leveling, Klipper throws an error message:
horizontal_move_z can't be less than probe's z_offset
horizontal_move_z can't be less than probe's z_offset
and the print stops in the homing position. OKay, got some help and could get it working now with
horizontal_move_z: 8
horizontal_move_z: 8
in the printer.cfg