Octopus pro with BTT MAX31865 on 7TH Stepper Driver slot not working

MCU / Printerboard:Octopus Pro

I want to use PT100 2 Wire thermistor with MAX31865 on Octopus Pro Board Driver Slot but getting error
Thermocouple Reader Fault

My Klipper Config in Printer.Cfg is as :

[extruder]
step_pin: PC13
dir_pin: PF0
enable_pin: !PF1
microsteps: 32
rotation_distance: 33.500
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PA3 #H1
sensor_type: MAX31865
sensor_pin: PD3
spi_speed: 4000000
spi_software_sclk_pin: PA5
spi_software_mosi_pin: PA7
spi_software_miso_pin: PA6
rtd_nominal_r: 100
rtd_num_of_wires: 2
rtd_use_50Hz_filter: false
rtd_reference_r: 430
control: pid
pid_Kp: 22.2
pid_Ki: 1.08
pid_Kd: 114
min_temp: 0
max_temp: 420

I also put jumpers in spi mode on driver slot and the same is working with Marlin firmware but not with Klipper.

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