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 · 3 comments
Open

tachometer_pin is not set correctly #29

Lino77 opened this issue Nov 5, 2024 · 3 comments
Assignees
Labels
bug Something isn't working Implemented Fix is implemented in the development branch, will be contained in next update to live branch.

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
@miklschmidt
Copy link
Member

This should be fixed now, can you please verify if it's generated correctly for you on the latest version?

@Lino77
Copy link
Contributor Author

Lino77 commented Dec 27, 2024

sorry no
#############################################################################################################

FANS

#############################################################################################################

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
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
tachometer_poll_interval: 0.0005

Hotend cooling fan

[heater_fan toolhead_cooling_fan]
heater: extruder

2-pin fan connected to 2-pin header on Octopus Pro H723 V1.1 - input voltage pwm

pin: PE5
[heater_fan toolhead_cooling_fan_t1]
heater: extruder1

2-pin fan connected to 2-pin header on T1 (SB2209 v1.0 RP2040) - input voltage pwm

pin: toolboard_t1:gpio14

Controller cooling fan

[controller_fan controller_fan]

2-pin fan connected to 2-pin header on Octopus Pro H723 V1.1 - input voltage pwm

pin: PD12

@miklschmidt
Copy link
Member

miklschmidt commented Dec 27, 2024

Missed the dedicated 4p toolboard headers. Now it should be fixed (well, once the above finishes building and is eventually merged into v2.1.x) :)

@miklschmidt miklschmidt added the Implemented Fix is implemented in the development branch, will be contained in next update to live branch. label Dec 27, 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 Implemented Fix is implemented in the development branch, will be contained in next update to live branch.
Projects
None yet
Development

No branches or pull requests

2 participants