config: Change pullup_resistor to 2000 in generic-cramps.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e3f9ff6701
commit
fb3065cfa7
|
@ -48,6 +48,7 @@ nozzle_diameter: 0.400
|
||||||
filament_diameter: 1.750
|
filament_diameter: 1.750
|
||||||
heater_pin: P9_15
|
heater_pin: P9_15
|
||||||
sensor_type: EPCOS 100K B57560G104F
|
sensor_type: EPCOS 100K B57560G104F
|
||||||
|
pullup_resistor: 2000
|
||||||
sensor_pin: P9_36
|
sensor_pin: P9_36
|
||||||
control: pid
|
control: pid
|
||||||
pid_Kp: 22.2
|
pid_Kp: 22.2
|
||||||
|
@ -59,6 +60,7 @@ max_temp: 250
|
||||||
[heater_bed]
|
[heater_bed]
|
||||||
heater_pin: P8_11
|
heater_pin: P8_11
|
||||||
sensor_type: EPCOS 100K B57560G104F
|
sensor_type: EPCOS 100K B57560G104F
|
||||||
|
pullup_resistor: 2000
|
||||||
sensor_pin: P9_33
|
sensor_pin: P9_33
|
||||||
control: watermark
|
control: watermark
|
||||||
min_temp: 0
|
min_temp: 0
|
||||||
|
|
Loading…
Reference in New Issue