We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af34b75 commit 49a3edcCopy full SHA for 49a3edc
print_macros.cfg
@@ -412,7 +412,7 @@ gcode:
412
## Set part-cooling fan (off)
413
M107 ; turn off part cooling fan
414
## Set nevermore/filter fan
415
- {% if printcfg.nevermore_speed > 0 %} ; if using a nevermore/filter fan
+ {% if printcfg.nevermore == True and printcfg.nevermore_speed > 0 %} ; if using a nevermore/filter fan
416
SET_FAN_SPEED FAN={printcfg.nevermore_name} SPEED={printcfg.nevermore_speed} ; set nevermore/filter fan speed
417
{% endif %}
418
0 commit comments