Skip to content

Commit

Permalink
fucking a
Browse files Browse the repository at this point in the history
  • Loading branch information
rootiest committed Jul 31, 2023
1 parent df5097b commit b5750c8
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 @@ -2676,7 +2676,7 @@ gcode:
{% set warning = warning + '<span class=warning--text>Please add under</span> '.format(old_fans|string) %}
{% set warning = warning + '<span class=info--text>[printcfg]</span> <span class=warning--text>the following:</span>\n' %}
{ action_respond_info( "{}extra_fans: {}".format( warning, fans|string ) ) }
{% elif fans|length < fans_found|length %}
{% elif fans|string|length < fans_found|string|length %}
{% set warning = '<span class=error--text>Additional controllable fans found not defined in list.</span>\n' %}
{% set warning = warning + '<span class=warning--text>Please replace:</span>\nextra_fans: {}\n<span class=warning--text>under</span> '.format(old_fans) %}
{% set warning = warning + '<span class=info--text>[printcfg]</span> <span class=warning--text>with the following:</span>\n' %}
Expand Down

0 comments on commit b5750c8

Please sign in to comment.