Pin number Bltouch CR10v2

Hello all guys,
I’m in big troubles and i hope someone will help me.
I’m unable to find which number set in the [bltouch] section in printer.cfg
I get every time a "Unable to parse option ‘z_offset’ in section ‘bltouch’ error.
here a part of my printer.cfg :

[bltouch]
sensor_pin: ^PE4
control_pin: PE5
x_offset: -30
y_offset: -40
z_offset: 2
#speed:10
#samples:1
#samples_result:average
#probe_with_touch_mode: true
#stow_on_each_sample: false

[safe_z_home]
home_xy_position: 145,155
speed: 80
z_hop: 20
z_hop_speed: 5

[stepper_z]
step_pin: PB5 #step_pin: PB6 ?
dir_pin: PB6 #dir_pin: !PB5 ?
enable_pin: !PC3
microsteps: 16
rotation_distance: 8
endstop_pin: probe:z_virtual_endstop
position_max: 375
position_min: -10
homing_speed: 4
second_homing_speed: 1
homing_retract_dist: 2.0

Is anyone able to solve my problem ?
Thanks to all

Please attach your klippy.log and printer.cfg

Thanks a lot Sineos for your reply, I"ll post both files as soon i’ll be at home.
Regards

Hi,

Here my log and config.

thanks for your help
printer.cfg (1.8 KB)
klippy(2).log (173.1 KB)

Your [safe_z_home] declaration has an initial space in it. Such declarations need to start in column 1.

1 Like

@ [HotToddy] : Ok I make the change.
Thanks to you

Upload :
I’m still working and i found in moonraker.log that :

2023-01-24 19:15:05,665 [klippy_connection.py:_do_connect()] - Klippy Connection Established
2023-01-24 19:15:06,006 [klippy_connection.py:_init_klippy_connection()] - Webhooks Subscribed
2023-01-24 19:15:06,011 [klippy_connection.py:_init_klippy_connection()] - GCode Output Subscribed
2023-01-24 19:16:38,764 [klippy_connection.py:_check_ready()] -
mcu ‘mcu’: Unable to connect

It’s means that there’s no usb connection ?

Do i have to change something in my [mcu] section in printer.cfg ?

I see too there’s no klipper service rening nor existing ?.. :face_with_open_eyes_and_hand_over_mouth:

Hi Barrus,
your posts are a bit confusing. Why don’t you start describing your problem from the beginning. I don’t even understand what you want to fix.

@hcet14 : You’re right, i will close this topics and start a new one after reinstall mailsallos (if i meet the sames problems)