diff options
author | Jon C <goeland86@gmail.com> | 2020-10-12 01:23:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 19:23:46 -0400 |
commit | cef9cc29b8f150681cd24ca6f051fc9f03fc924b (patch) | |
tree | 3cb2e6fa59c8d0f311ba6fba5b54d76871e0c98b /config | |
parent | 1651b18aea947fddb287a607255bf7e3541566e9 (diff) | |
download | kutter-cef9cc29b8f150681cd24ca6f051fc9f03fc924b.tar.gz kutter-cef9cc29b8f150681cd24ca6f051fc9f03fc924b.tar.xz kutter-cef9cc29b8f150681cd24ca6f051fc9f03fc924b.zip |
config: Fixing replicape aliases for thermistors (#3420)
Fixing alias for thermistors to be on the host rather than the PRU.
Moving the D1W alias from PRU MCU to host MCU.
Signed-off by Jon Charnas <goeland86@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-replicape.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/generic-replicape.cfg b/config/generic-replicape.cfg index 90a10f38..7e8479b9 100644 --- a/config/generic-replicape.cfg +++ b/config/generic-replicape.cfg @@ -139,7 +139,7 @@ pin: replicape:power_fan0 #[filament_switch_sensor switch_sensor] #switch_pin: HOST_X2_STOP -# providing board pin aliases +# providing board pin aliases for PRU firmware [board_pins] aliases: # step/dir pins @@ -153,12 +153,12 @@ aliases: STEPPER_ENABLE=P9_41, # servos SERVO_0=P9_14, SERVO_1=P9_16, - # Thermistors - THERM_E=P9_33, THERM_H=P9_36, THERM_BED=P9_35, - # D1W pin - DALLAS=P9_22 [board_pins host] aliases: # Host aliases for Linux MCU HOST_X2_STOP=gpio30, HOST_Y2_STOP=gpio113, HOST_Z2_STOP=gpio4 + # Thermistors + THERM_E=analog4, THERM_H=analog5, THERM_BED=analog6 + # D1W pin + DALLAS=gpio2 |