Tried your filament sensor code and klipper chokes on: {% set _dummy = filament_sensor.update({params.SENSOR|string: params.ENABLE|int}) %} stating that there is no .update in jinja. Any thoughts on that one?
Tried your filament sensor code and klipper chokes on:
{% set _dummy = filament_sensor.update({params.SENSOR|string: params.ENABLE|int}) %}
stating that there is no .update in jinja. Any thoughts on that one?