Skip to content
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

FR: changing heater power based off of temp power curve of a PTC hotend #488

Open
Nathan22211 opened this issue Dec 17, 2024 · 1 comment

Comments

@Nathan22211
Copy link

at the very least this should aid with the issues these types of heaters have. I don't think using a formula will work too well here as it seems they don't follow a general curve in some cases. What might work better is having an option called heater_power_xxx with the x's being the heater temp. You allow for multiple of these when MPC is used and it'll change the heater power setting when it gets to that temperature.

the only other alternative I can think of would be making the heater power editable during runtime with a command, that way it can be used with the filament density macro and whatnot

@rogerlz
Copy link
Contributor

rogerlz commented Dec 17, 2024

Another alternative, which is already being worked on, is pid(heater) profiles: #351
similar to pid, you will be able to have multiple heater profiles and can load them with a gcode command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants