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

correlate PID error and filament flow to detect filament breaks. #83

Open
solmetricchris opened this issue Aug 31, 2015 · 1 comment
Open

Comments

@solmetricchris
Copy link

The PID controlled temperature has an output which should strongly correlate with the amount of heating necessary to keep the correct melting point. And the amount of heat necessary should correlate with the flow rate of the material.

It should be possible to detect filament breakage by noticing that the heat required is LOWER than the requested filament speed (which is wrong since the while the filament feeder is running, no filament is moving ) would normally indicate.

Detection of this error condition could bring a print job to a pause and prevent an ugly mess on the table and possible damage to the print head.

@daid
Copy link
Contributor

daid commented Sep 1, 2015

In theory yes, however, in practice, there are a lot of variances and other external factors that influence this. As it's not just material flow that influence the PID, it's also retractions, external temperature, actual heater strength, drafts, head movements, fan speed, etc...

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

No branches or pull requests

3 participants