Skip to content

fan_tach_monitor.cfg - Tweak #176

@blackICE19240

Description

@blackICE19240

I think the line:
{% set fan_on_temp = printer.configfile.settings['heater_fan hotend_fan'].heater_temp|float %} in fan_tach_monitor.cfg may need to be changed to
{% set fan_on_temp = printer.configfile.config['heater_fan hotend_fan'].heater_temp|float %} for newer versions of Klipper.

20210821 - https://www.klipper3d.org/Config_Changes.html

At the time of writing, this stopped the error, but I haven't actually checked it works yet :) I'll be back soon with an answer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions