Update fans-control.cfg
Remove Extraneous white space
This commit is contained in:
parent
262e5c9bae
commit
d4620467b8
1 changed files with 2 additions and 2 deletions
|
@ -105,10 +105,10 @@ gcode:
|
|||
{% if value > (255 - printer['gcode_macro PRINTER_PARAM'].fan0_min) / 2 %}
|
||||
{% set value = printer["gcode_macro PRINTER_PARAM"].fan0_min + (255 - printer['gcode_macro PRINTER_PARAM'].fan0_min) / 2 %}
|
||||
{% else %}
|
||||
{% set value = ([f0min, tmp]|max) %}
|
||||
{% set value = ([f0min,tmp]|max) %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% set value = ([f0min, tmp]|max) %}
|
||||
{% set value = ([f0min,tmp]|max) %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if fan == 1 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue