-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathddept1000thermistor
51 lines (48 loc) · 1009 Bytes
/
ddept1000thermistor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# klipper board use this
[extruder]
step_pin: PD5
dir_pin: !PA1 #remove ! to reverse direction
enable_pin: !PC6
#step_distance: .00145985
microsteps: 16
rotation_distance :4.6715
nozzle_diameter: 0.800
filament_diameter: 1.750
heater_pin: !PA20
sensor_type: PT1000
sensor_pin: PC15 # "THERMISTOR"
pullup_resistor: 4700 # The board uses a 2.2k ohm pullup to work with a PT1000
min_temp: -50
max_temp: 450
max_extrude_only_distance: 151.0
pressure_advance : .034
pressure_advance_smooth_time: .02
[tmc2660 extruder]
cs_pin: PC17
spi_bus: usart1
interpolate: True
run_current: .35
idle_current_percent: 30
sense_resistor: 0.051
driver_TBL: 2
driver_HDEC: 1
driver_HEND: 3
driver_HSTRT: 5
driver_TOFF: 6
[heater_fan hotend]
pin: PC26
heater: extruder
heater_temp: 45
fan_speed: 1
[thermistor dyze500]
temperature1 : 25
resistance1 : 4500000
temperature2 : 200
resistance2 : 8070
temperature3 : 400
resistance3 : 253
#[verify_heater extruder]
#max_error: 180
#check_gain_time:
#hysteresis: 6
#heating_gain: 2