Error when trying to running calibration on VAOC camera, "no attribute Z_Offset_probe"
What is causing this issue? I have followed the commissioning guide.

Solution:Jump to solution
[z_offset_probe]
pin: ^PG10 # probe trigger pin
z_offset: -7 # probe height, used to limit the probe z-move
y_offset: 0 # probe y-offset, measured from the camera centre
x_offset: 37.5 # probe x-offset, measured from the camera centre...
3 Replies
Here are my debug logs.
I was missing this bit of code in my printer config file.
Solution
[z_offset_probe]
pin: ^PG10 # probe trigger pin
z_offset: -7 # probe height, used to limit the probe z-move
y_offset: 0 # probe y-offset, measured from the camera centre
x_offset: 37.5 # probe x-offset, measured from the camera centre
speed: 10 # probe speed
samples: 3 # number of samples
sample_retract_dist: 5 lift_speed: 10.0 samples_result: median samples_tolerance: 0.2 samples_tolerance_retries: 5 [neopixel vaoc_led] pin: PB0 chain_count: 6 color_order: GRB [heater_fan vaoc_fan] pin: PD13 heater: heater_bed fan_speed: 1.0 heater_temp: 50
samples: 3 # number of samples
sample_retract_dist: 5 lift_speed: 10.0 samples_result: median samples_tolerance: 0.2 samples_tolerance_retries: 5 [neopixel vaoc_led] pin: PB0 chain_count: 6 color_order: GRB [heater_fan vaoc_fan] pin: PD13 heater: heater_bed fan_speed: 1.0 heater_temp: 50