Still in the early stage of building my config file for my voron trident 300 formbot kit and can't get past this error :
Unable to parse option 'pid_Kd' in section 'heater_bed'
[heater_bed]
SSR Pin - HE1
heater_pin: PA1
Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
Use "Generic 3950" for Keenovo heaters
sensor_type: Generic 3950
sensor_pin: PB1
Adjust max_power so it doesn't exceed the SSR rating. The Omron G3NA-210B-DC5 SSR is rated at 4 amps without a heatsink.
The formula is "4 / (Wattage_of_bed_heater / Mains_voltage) = max_power"
If max_power is greater than 1.0, use 1.0
max_power: 0.6
min_temp: 0
max_temp: 120
control: pid
pid_kp: 58.437
pid_ki: 2.347
pid_kd: 363.769
Do someone have any idea what could be the cause of this error ? Thanks