Error - Unknown pin chip name 'probe'

Basic Information:

Printer Model: Ender 3 Max + CR-Touch
MCU / Printerboard: Creality V4.2.2
klippy.log: klippy.log (1.4 MB)

erreur

Describe your issue:

Hello guys, I recently bought a SonicPad for my Ender 3 Max. I pretty new in the Klipper world.
I keep getting this error. I tried to find the answer on internet, vainly (most peoples who have this error resolved it by simply writing without caps " [bltouch] ").
Can you guys tell me if I’m doing something wrong ?

Thanks for your time and your help,
Have a nice day.

Hello @dorian712 !

Why are there spaces in font of macros [bltouch], [bed_mesh], [gcode_macro G29] ?
No wonder that Klipper does not know it.

...
[stepper_z]
step_pin = PB6
dir_pin = !PB5
enable_pin = !PC3
microsteps = 16
rotation_distance = 8
endstop_pin = probe:z_virtual_endstop
position_min = -5
position_max = 340
	
	[safe_z_home]
	home_xy_position: 150, 150
	speed: 100
	z_hop: 10
	z_hop_speed: 5
	
	[bltouch]
	sensor_pin: ^PB1
	control_pin: PB0
	pin_up_touch_mode_reports_triggered: True
	probe_with_touch_mode: True
	x_offset: 50
	y_offset: -6
	z_offset: 0.0
	speed: 10
	samples: 3
	sample_retract_dist: 5.0
	lift_speed: 40
	samples_tolerance_retries: 3
	speed: 10
	samples: 2
	
	[bed_mesh]
	speed: 300
	mesh_min: 50, 0
	mesh_max: 290, 290
	algorithm: bicubic
	probe_count: 7,7
	horizontal_move_z: 5
	
	
	[gcode_macro G29]
	gcode:
	BED_MESH_CALIBRATE
	G1 X0 Y0 Z10 F4000

[extruder]
max_extrude_only_distance = 100.0
step_pin = PB4
dir_pin = PB3
...

BTW: SonicPad was not the best choice…

1 Like

Oh well, looks like i’m stupid, i deleted the # but not the spaces…Thanks.

Why is SonicPad not a good choice ?

You may have a look here:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.