Ebb 42 1.2 pinout problem

grafik

[gcode_macro Probe_Deploy]
gcode: 
	SET_PIN PIN=probe_enable VALUE=1

[gcode_macro Probe_Stow]
gcode: 
	SET_PIN PIN=probe_enable VALUE=0

[output_pin probe_enable]
pin: EBBCan:PB9
value: 0

[probe]
pin: !EBBCan:PB8 # <<<<<<<<<<<<<<<<< CHANGE
deactivate_on_each_sample: False
x_offset: -42.0
y_offset: -8.0
z_offset: 5
speed: 5.0
samples: 2
samples_tolerance: 0.05
samples_tolerance_retries: 3
activate_gcode: 
	Probe_Deploy
	G4 P500
deactivate_gcode: 
	Probe_Stow
1 Like