mirror of https://github.com/Desuuuu/klipper.git
config: Update avrsim.cfg to use unique pins
Commit 3833669c
added checking that each pin is used once in the
config. This exposed an error in the avrsim.cfg testing config -
analog1 conflicts with ar25. Use analog7 to avoid this.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f1222565b8
commit
138f3c2646
|
@ -46,7 +46,7 @@ nozzle_diameter: 0.500
|
||||||
filament_diameter: 3.500
|
filament_diameter: 3.500
|
||||||
heater_pin: ar4
|
heater_pin: ar4
|
||||||
sensor_type: EPCOS 100K B57560G104F
|
sensor_type: EPCOS 100K B57560G104F
|
||||||
sensor_pin: analog1
|
sensor_pin: analog7
|
||||||
control: pid
|
control: pid
|
||||||
pid_Kp: 22.2
|
pid_Kp: 22.2
|
||||||
pid_Ki: 1.08
|
pid_Ki: 1.08
|
||||||
|
|
Loading…
Reference in New Issue