Two ideas: Do they exist? March 31, 2018 04:59AM |
Registered: 9 years ago Posts: 330 |
Re: Two ideas: Do they exist? March 31, 2018 06:03AM |
Registered: 5 years ago Posts: 54 |
Re: Two ideas: Do they exist? March 31, 2018 06:46AM |
Admin Registered: 12 years ago Posts: 6,859 |
Re: Two ideas: Do they exist? March 31, 2018 07:26AM |
Registered: 9 years ago Posts: 14,659 |
Re: Two ideas: Do they exist? March 31, 2018 07:32AM |
Registered: 9 years ago Posts: 330 |
Re: Two ideas: Do they exist? March 31, 2018 10:23AM |
Registered: 5 years ago Posts: 54 |
Re: Two ideas: Do they exist? March 31, 2018 11:36AM |
Registered: 9 years ago Posts: 14,659 |
Quote
Rossos
1) What about reverse Servo logic? Since Servo motors always know the rotation angle of their shaft, they could be attached directly to the extruder gear and report the changes in the shaft rotation. I'll try and research if it's viable.
Re: Two ideas: Do they exist? March 31, 2018 11:52AM |
Registered: 5 years ago Posts: 54 |
Quote
dc42
However, not all extruders skip steps when there is a filament jam. If the motor current is set too high, they just grind the filament up instead.
Re: Two ideas: Do they exist? April 01, 2018 05:04AM |
Registered: 9 years ago Posts: 330 |
Quote
dc42
1. RepRapFirmware compares the measured filament consumption with the commanded extrusion, and can be set to pause the print if the difference goes out of tolerance. See [duet3d.dozuki.com] for how to set this up. So far this has been used with 3 types of filament sensor:
(a) Prototype Duet3D rotating magnet filament monitor. This is very accurate but mechanically more complex than we would like. See [duet3d.dozuki.com].
Re: Two ideas: Do they exist? April 01, 2018 05:25AM |
Registered: 9 years ago Posts: 14,659 |
Quote
drmaestro
This is a very nice idea that I wasn't aware off. I'd like to try that on my Duet3D. However, the current implamentation seems to be geared towards the detection of filament extrusion mismatches, not fine-tuning of the extrusion. Instead of stopping the printing process in case there is a mismatch, it would be better to get a numerical value (a delta value between the filament extruded and the amount commanded) and use this value to adjust the spring tension. It could even be used to calibrate the extruder steps, if it is sensitive enough.