-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Input shaping - reduce Cartesian bed frequency with print progress #26655
Comments
#1: this would only apply to bed-slingers, which is only a single type of cartesian printer |
#3: you would need a way to know the mass as it changes. You cant just use printed volume, Each filament type/brand/color/batch has a different weight per length. You would have to profile your filaments every print. Also it could be multi material. And what about object insertion? |
oops, forgot a massive one: |
I guess for each new brand/material could be good enough.
I don't think it could be more than nut or something like this. I'm sure my solution is not perfect, but could it somehow improve input shaping anyway? It's not hard to implement. |
|
The particular example of object insertion while printing I was thinking of was 3d printed fly wheels (for self balancing robots) where a large number of ball bearings are added to give the fly wheel way more mass. This is probably the worse case scenario for this FR |
As far as I understood from this #26653 discussion it's just about update frequency variable, and calculations are very simple.
May be, it's not a silver bullet, I agree. By a way, #26653 could be useful in such case. |
Is your feature request related to a problem? Please describe.
With print progress mass of bed is increasing, thus reducing resonance frequency for Cartesian printers, while input shaping Y frequency remains constant. This can actually make Y axis input shaping useless.
For instance 300g of extruded filament reduces 1kg bed frequency from 30Hz to 26Hz. (30/sqrt(1.3/1))
Describe the feature you want
If we tell to Marlin filament density and bed mass, it can calculate amount of extruded filament from print start and thus recalculate frequency during print, as frequency is inversely of square root of mass.
[FR] Allow input shaping tuning during print #26653 could be useful for such calibration.
The text was updated successfully, but these errors were encountered: