Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
rootiest committed Jul 31, 2023
1 parent f37dd60 commit 22649b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klipper/klippy/extras/printcfg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@ gcode:
{% endfor %}
{% if vars.config_error == True %}
{% set fans_found = fans_found|sort %}
{% if old_fans|sort == fans_found|sort or old_fans|length == fans_found|length %}
{% if config.printcfg.extra_fans|sort == fans_found|sort or config.printcfg.extra_fans|length == fans_found|length %}
{% set winning = '<span class=success--text>All controllable fans defined.</span>\n' %}
{ action_respond_info( "{}".format( winning ) ) }
{% elif fans == [] %}
Expand Down

0 comments on commit 22649b4

Please sign in to comment.