Skip to content

Commit

Permalink
Same section specified twice
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Apr 16, 2024
1 parent 399d390 commit 9f8dac2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
9 changes: 3 additions & 6 deletions userpatches/overlay/klipper/generic-recore-a6.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ pin: PB5
[ina381]
reset_pin: ar100:PF4

[static_digital_output endstops_5V_enable]
pins: ar100:PF2

[static_digital_output 24V_enable]
pins: !ar100:PF5

[static_digital_output pga_gain]
# GPIO Programmable gain amplifier
# Low = unity gain, High = 100 times amplification
Expand Down Expand Up @@ -189,6 +183,9 @@ pins:
ar100:PG12, # T2
ar100:PG13 # T3

[static_digital_output 24V_enable]
pins: !ar100:PF5

[static_digital_output endstops_5V_enable]
pins: ar100:PF2

Expand Down
12 changes: 6 additions & 6 deletions userpatches/overlay/klipper/generic-recore-a7.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ pin: PB5
[ina381]
reset_pin: ar100:PF4

[static_digital_output endstops_5V_enable]
pins: ar100:PF2

[static_digital_output 24V_enable]
pins: !ar100:PF5

[static_digital_output pga_gain]
# GPIO Programmable gain amplifier
# Low = unity gain, High = 100 times amplification
Expand Down Expand Up @@ -188,6 +182,12 @@ pins:
ar100:PG12, # T2
ar100:PG13 # T3

[static_digital_output endstops_5V_enable]
pins: ar100:PF2

[static_digital_output 24V_enable]
pins: !ar100:PF5

# pin high = 12V, pin low = 5V
[static_digital_output endstop_ES0_5V_12V]
pins: !ar100:PF0
Expand Down
9 changes: 3 additions & 6 deletions userpatches/overlay/klipper/generic-recore-a8.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ pin: PB5
[ina381]
reset_pin: ar100:PF4

[static_digital_output endstops_5V_enable]
pins: ar100:PF2

[static_digital_output 24V_enable]
pins: !ar100:PF5

[static_digital_output pga_gain]
# GPIO Programmable gain amplifier
# Low = unity gain, High = 100 times amplification
Expand Down Expand Up @@ -191,6 +185,9 @@ pins:
[static_digital_output endstops_5V_enable]
pins: ar100:PF2

[static_digital_output 24V_enable]
pins: !ar100:PF5

# pin high = 12V, pin low = 5V
[static_digital_output endstop_ES0_5V_12V]
pins: !ar100:PF0
Expand Down

0 comments on commit 9f8dac2

Please sign in to comment.