Setup chiron z_offset and bed

Hi,
Unfortunately, I can’t get the z_offset right it always start to print higher from the bed.
I have followed the guide and used PROBE_CALIBRATE and also the paper test.
I use the Klipper from Chiron so I need to remove it after probing.


the g29 command works fine creating the mesh so I set the offset from the nozzle and the probe but dunno if I need to set negative or positive.

I also have the home out of the bed and in simplify 3d if I use all the bed the nozzle start right on a clip that lock the bed to the plate.
image

So I need to offset the starting printing point.
I am not really practical with klipper as it’s kind of another language for me.
thank’s for any help

this is the Home position:
// mcu: stepper_x:-126 stepper_y:0 stepper_z:3 stepper_z1:2
// stepper: stepper_x:-5.000000 stepper_y:0.000000 stepper_z:5.000000 stepper_z1:5.000000
// kinematic: X:-5.000000 Y:0.000000 Z:5.000000
// toolhead: X:-5.000000 Y:0.000000 Z:5.000000 E:0.000000
// gcode: X:-5.000000 Y:0.000000 Z:-15.596667 E:0.000000
// gcode base: X:0.000000 Y:0.000000 Z:0.000000 E:0.000000
// gcode homing: X:0.000000 Y:0.000000 Z:0.000000

this is where it should start to print my volume printer plate is 400-400-450:

// mcu: stepper_x:1954 stepper_y:1803 stepper_z:-1997 stepper_z1:-1998
// stepper: stepper_x:21.000000 stepper_y:18.001828 stepper_z:-0.000000 stepper_z1:-0.000000
// kinematic: X:21.000000 Y:18.001828 Z:-0.000000
// toolhead: X:21.000000 Y:18.000000 Z:-0.000312 E:0.000000
// gcode: X:21.000000 Y:18.000000 Z:-20.596667 E:0.000000
// gcode base: X:0.000000 Y:0.000000 Z:0.000000 E:0.000000
// gcode homing: X:0.000000 Y:0.000000 Z:0.000000

printer1.cfg (7.6 KB)