GregValiant
526b213639
Update plugins/PostProcessingPlugin/scripts/AddCoolingProfile.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-28 10:25:02 -05:00
GregValiant
3921ee24d1
Update AddCoolingProfile.py
...
Removed the duplicate setting "enable_off_fan_speed_enable" from line 300
2026-01-28 07:40:31 -05:00
GregValiant
936e1bf0da
Update plugins/PostProcessingPlugin/scripts/AddCoolingProfile.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-28 07:37:35 -05:00
GregValiant
a6c4be5246
Update plugins/PostProcessingPlugin/scripts/AddCoolingProfile.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-28 07:37:11 -05:00
GregValiant
293d2e69ca
Update plugins/PostProcessingPlugin/scripts/AddCoolingProfile.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-28 07:36:45 -05:00
GregValiant
f60f9f1635
Update plugins/PostProcessingPlugin/scripts/AddCoolingProfile.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-28 07:32:07 -05:00
HellAholic
aa78d7636c
Merge branch 'main' into AddCoolingProfile-Update
2026-01-15 20:24:46 +01:00
GregValiant
737ff96a82
Update AddCoolingProfile.py
...
Add "Enable" setting.
Add "Fan Jump Start" to get the fan spinning just before the M106 line sets that actual speed ("By Feature" only).
2025-12-29 11:36:10 -05:00
HellAholic
9b44066260
Update AddCoolingProfile.py
...
-Removed references to self.extruder_count from the settings JSON (the logic for enabling these settings based on extruder count is handled in the initialize() method)
-Reordered settings so that dependencies are defined before they're referenced
-Cleaned up invalid JSON properties
2025-09-09 18:22:08 +02:00
GregValiant
1e18e0e63d
Update AddCoolingProfile.py
...
Found a bug. The ";LAYER:" line was not being added to the "modified data" string when in "single_fan_by_feature" mode.
Update AddCoolingProfile.py
bug fix for the bug fix.
2025-04-16 10:16:32 -04:00
GregValiant
03aa64448a
Update AddCoolingProfile.py
...
Update AddCoolingProfile.py
Un-trapped ValueError in line 782. It might also be an IndexError. I left it open.
Update AddCoolingProfile.py
Change an IndexError to a ValueError
2025-04-13 20:12:24 -04:00
GregValiant
99b198339a
Update AddCoolingProfile.py
...
Update per requested changes.
Comments are consistent with "# ".
global_stack, extruder_list, extruder_count are assigned to "self".
2025-03-22 15:41:39 -04:00
HellAholic
a94f5e0f28
Add space after # for the comments
2025-03-22 17:53:48 +01:00
GregValiant
001dfc30af
Update AddCoolingProfile.py
...
Re-worked the Build Volume fan code to include a printers Auxiliary fan if there is one.
2025-03-22 11:10:23 -04:00
GregValiant
fba94ae2c4
Update AddCoolingProfile.py
...
Changed variable name "curaApp" to "global_stack".
Update AddCoolingProfile.py
Add except for 'Build Volume Fan' for previous versions.
2025-01-16 06:06:53 -05:00
GregValiant
248b5915db
Update AddCoolingProfile.py
...
Made changes per request.
2025-01-03 07:14:45 -05:00
GregValiant
e91a636152
Update AddCoolingProfile.py
...
Add control for a Build Volume fan.
Update AddCoolingProfile.py
Oops. Left in a debugging line.
2025-01-01 17:00:21 -05:00
GregValiant
2ad2afd1f4
Update 'Advanced Cooling Fan Control' post-processing script.
...
See discussions in #15853 (on github) and (internally) tracking-ticket CURA-11520
2024-01-09 19:55:03 +01:00
GregValiant
1a5370d2ef
Add 'Advanced Cooling Fan Control' post-processing script.
...
See discussions in #15853 (on github) and (internally) tracking-ticket CURA-11520
2024-01-07 12:41:59 +01:00