Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tachometer_pin is not set correctly #29

Open
Lino77 opened this issue Nov 5, 2024 · 0 comments
Open

tachometer_pin is not set correctly #29

Lino77 opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Lino77
Copy link
Contributor

Lino77 commented Nov 5, 2024

Part cooling fan

Multiple toolheads with part cooling fans configured

[fan] will use an unused io pin, proxy m106 settings to active toolhead via macro.

[fan]
pin: rpi:gpio4 # sacrifical part fan, use this to independently control your both toolhead part fans
[fan_generic part_fan_t0]

4-pin fan connected to 4-pin header on T0 (SB2209 v1.0 RP2040) - digital pwm

pin: toolboard_t0:gpio15
cycle_time: 0.00004

tachometer_pin: ^gpio12 > correct is = tachometer_pin: ^toolboard_t0:gpio12

tachometer_poll_interval: 0.0005
[fan_generic part_fan_t1]

4-pin fan connected to 4-pin header on T1 (SB2209 v1.0 RP2040) - digital pwm

pin: toolboard_t1:gpio15
cycle_time: 0.00004

tachometer_pin: ^gpio12 > correct is = tachometer_pin: ^toolboard_t1:gpio12

tachometer_poll_interval: 0.0005

@miklschmidt miklschmidt added the bug Something isn't working label Nov 24, 2024
@miklschmidt miklschmidt self-assigned this Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants