mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-05 18:14:38 -07:00
Update plugins/PostProcessingPlugin/scripts/AddCoolingProfile.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
921c412a28
commit
f60f9f1635
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue