-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AddCoolingProfile.py #20093
base: main
Are you sure you want to change the base?
Update AddCoolingProfile.py #20093
Conversation
Add control for a Build Volume fan. Update AddCoolingProfile.py Oops. Left in a debugging line.
46e7fcb
to
e91a636
Compare
Code could use a bit more cleaning up imo, some of the if statements for example could be simplified. You could also do the init() and define self.curaApp and use that instead of |
Made changes per request.
Changes made. A little history...This was the first script I'd written. I took it on because I needed it for PETG, and because it had been a feature request here since 2017 and no one else had bothered. I'm quite pleased that there has never been a bug report regarding it (knock-on-wood). |
Changed variable name "curaApp" to "global_stack". Update AddCoolingProfile.py Add except for 'Build Volume Fan' for previous versions.
c713768
to
fba94ae
Compare
Add control for a Build Volume fan.
Add 'Idle speed' for the inactive extruder rather than always going to "0".
General cleanup in the code and changed variable "curaApp" to "global_stack".
Type of change
Test Configuration:
Win 10 Pro
All Cura versions
Checklist: