Problem with printer configuration - PT1000 sensor, motors not moving

Hello,

I’m currently working on my printer configuration but I have a few issues that I’m stuck with.
The main one is configuring the heater sensor, which is PT1000 - on octoprint page temperature shows enormous values like 14 million. I guess I have some parameters missing, but I can’t find any of them.
Another problem is that motors are not moving when i’m using control tab in octoprint page. After some tries i get:

No response from printer after 6 consecutive communication timeouts, considering it dead. Configure long running commands or increase communication timeout if that happens regularly on specific commands or long moves.
Changing monitoring state from “Operational” to “Offline after error”
Connection closed, closing down monitor

Can anyone help me with this?

[stepper_x]
step_pin: PD6
dir_pin: PD11
enable_pin: PD14
microsteps: 16
rotation_distance: 66.667
endstop_pin: PC14
position_endstop: 0
position_max: 480
#homing_speed: 50

[stepper_y]
step_pin: PD7
dir_pin: PD12
enable_pin: PC9
microsteps: 16
rotation_distance: 66.667
endstop_pin: PA2
position_endstop: 0
position_max: 430
#homing_speed: 50

[stepper_z]
step_pin: PD8
dir_pin: PD13
enable_pin: !PC10
microsteps: 16
rotation_distance: 1280
endstop_pin: PD29
position_endstop: 0.5
position_max: 501

#[adc_temperature my_sensor]
#temperature1: 0
#resistance1: 1000
#temperature2: 100
#resistance2: 1385.10
#temperature3: 200
#resistance3: 1758.60

[extruder]
step_pin: PD5
dir_pin: PA1
enable_pin: PC17
microsteps: 16
rotation_distance: 345
nozzle_diameter: 0.500
filament_diameter: 1.750
heater_pin: !PA20
sensor_type: PT1000
sensor_pin: PC15         #termistor 1 - pin 18
min_temp: 5
max_temp: 450000000000
control: watermark #pid
#pid_Kp: 22.2
#pid_Ki: 1.08
#pid_Kd: 104.02 

#[heater_bed]
#heater_pin: PH5
#sensor_type: EPCOS 100K B57560G104F
#sensor_pin: PK6
#control: watermark
#min_temp: 0
#max_temp: 130

#[fan]
#pin: PH6

[mcu]
serial: /dev/serial/by-id/usb-Klipper_sam4e8e_00313753595252533136303036303436-if00
baud: 115000

[printer]
kinematics: corexy
max_velocity: 50000
max_accel: 2000
max_z_velocity: 700
max_z_accel: 380

See Documentation; add `inline_resistor` to PT1000 section? for a discussion on this topic.
You could try to set inline_resistor: 4740 or whatever your board requires as pull-up resistor

Thank you for the reply. I don’t really get how can I set inline_resistor value, I don’t see any pieces of information about it in the link that you added. I found that my board has 10k inline resistor, but still I can’t figure out how can I include it in my config.

Have you tried:

heater_pin: !PA20
sensor_type: PT1000
inline_resistor: 10000
sensor_pin: PC15

Yes I’ve tried, and every time I do that I get

Option ‘inline_resistor’ is not valid in section ‘extruder’

https://www.klipper3d.org/Config_Reference.html?h=pt1000#directly-connected-pt1000-sensor