Update plugins/PostProcessingPlugin/scripts/AddCoolingProfile.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
GregValiant 2026-01-28 07:32:07 -05:00 committed by GitHub
parent 921c412a28
commit f60f9f1635
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1069,7 +1069,7 @@ class AddCoolingProfile(Script):
lines[index - 5] += "\nM106 S179 ; Jump start" if fan_mode else "\nM106 S0.7 ; Jump start"
fan_is_on = True
except:# IndexError:
lines[0] += "\nM106 S179 ; Junp start" if fan_mode else "\nM106 S0.7 ; Jump start"
lines[0] += "\nM106 S179 ; Jump start" if fan_mode else "\nM106 S0.7 ; Jump start"
fan_is_on = True
continue
data[lay_index] = "\n".join(lines)