Skip to content

Commit

Permalink
Corrects audio frequency variable
Browse files Browse the repository at this point in the history
Wrong audio_freq variable name was causing GCODE to crash
  • Loading branch information
Megarushing authored and rootiest committed Jan 27, 2024
1 parent 5846da4 commit 2168d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/filament_change/smart-m600.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ gcode:
{% else %}
{% if m600cfg.use_fluidd == True %}
M118 Run UNLOAD_FILAMENT to unload.
{% if m600cfg.audio_status == True and m600cfg.audio_frequency > 0 %}
{% if m600cfg.audio_status == True and m600cfg.audio_freq > 0 %}
M118 Run ALERT_BEEP_OFF to silence beeper
{% endif %}
{% endif %}
Expand Down

0 comments on commit 2168d9f

Please sign in to comment.