mirror of https://github.com/Desuuuu/klipper.git
config: The duet2 maestro uses a 2200 ohm pullup resistor
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
9a11286327
commit
d6d2be66e4
|
@ -68,6 +68,7 @@ nozzle_diameter: 0.400
|
||||||
filament_diameter: 1.750
|
filament_diameter: 1.750
|
||||||
heater_pin: !PC1
|
heater_pin: !PC1
|
||||||
sensor_type: EPCOS 100K B57560G104F
|
sensor_type: EPCOS 100K B57560G104F
|
||||||
|
pullup_resistor: 2200
|
||||||
sensor_pin: PB0
|
sensor_pin: PB0
|
||||||
control: pid
|
control: pid
|
||||||
pid_Kp: 22.2
|
pid_Kp: 22.2
|
||||||
|
@ -91,6 +92,7 @@ stealthchop_threshold: 5
|
||||||
#enable_pin: !PA1
|
#enable_pin: !PA1
|
||||||
#heater_pin: !PA16
|
#heater_pin: !PA16
|
||||||
#sensor_pin: PC30
|
#sensor_pin: PC30
|
||||||
|
#pullup_resistor: 2200
|
||||||
#...
|
#...
|
||||||
#[tmc2208 extruder1]
|
#[tmc2208 extruder1]
|
||||||
#select_pins: !PC14, !PC16, PC17
|
#select_pins: !PC14, !PC16, PC17
|
||||||
|
@ -107,6 +109,7 @@ stealthchop_threshold: 5
|
||||||
[heater_bed]
|
[heater_bed]
|
||||||
heater_pin: !PC0
|
heater_pin: !PC0
|
||||||
sensor_type: EPCOS 100K B57560G104F
|
sensor_type: EPCOS 100K B57560G104F
|
||||||
|
pullup_resistor: 2200
|
||||||
sensor_pin: PA20
|
sensor_pin: PA20
|
||||||
control: watermark
|
control: watermark
|
||||||
min_temp: 0
|
min_temp: 0
|
||||||
|
|
Loading…
Reference in New Issue