Move out of range while moving Z for PROBE_CALIBRATE

HI guys .
I am unable to probe calibrate my bltouch .
I made home xyz , then probe_calibrate comand then TESTz z=
I can lower the Z on some mm but before the nozzle barely touch the bed I receive the error
Move out of range: 100.000 63.000 -2.999 [0.000]

In all my other printer during calibration of Z offset there is a override of limits
I am scratching my head fonding where I am wrong without success, any idea?

[printer]
kinematics: cartesian
max_velocity: 500
max_accel: 3000
max_z_velocity: 10
max_z_accel: 30

[mcu]
serial: /dev/ttyACM0

[stepper_x]
step_pin: PF0
dir_pin: PF1
enable_pin: !PD7
microsteps: 16
rotation_distance: 20
endstop_pin: ^PE5
position_endstop: -6
position_min: -6
position_max: 228
homing_speed: 50

[stepper_y]
step_pin: PF6
dir_pin: !PF7
enable_pin: !PF2
microsteps: 16
rotation_distance: 20
endstop_pin: ^PJ1
position_min: -27
position_endstop: -27
position_max: 340
homing_speed: 50

[stepper_z]
step_pin: PL3
dir_pin: PL1
enable_pin: !PK0
microsteps: 16
rotation_distance: 0.5
endstop_pin: probe:z_virtual_endstop
position_max: 266
homing_speed: 2


[extruder]
step_pin: PA4
dir_pin: PA6
enable_pin: !PA2
microsteps: 16
rotation_distance: 33.500
nozzle_diameter: 0.500
filament_diameter: 3.500
heater_pin: PB4
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PK5
control: pid
pid_Kp: 22.2
pid_Ki: 1.08
pid_Kd: 114
min_temp: 0
max_temp: 210

[heater_bed]
heater_pin: PH3
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PK6
control: watermark
min_temp: 0
max_temp: 110



[bltouch]
sensor_pin: PD3
control_pin: PB5
x_offset: 0
y_offset: -37
z_offset: 3
sample_retract_dist: 6
samples: 3
speed: 2


[safe_z_home]
home_xy_position: 125, 150 # Change coordinates to the center of your print bed
speed: 50
z_hop: 10                # Move up 10mm
z_hop_speed: 5

Add a position_min: -2.0 to your [stepper_z]

1 Like

Thank you! I removed that line for my mistake .