-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Measure relative accelerations using two IMU's. #170
Comments
Definitely, and these are the main reasons this feature would be very welcome. While the concept of hanging printers might be fun to experiment with, it is not something people typically use. But that is not the case with wobbly surfaces or dampeners. Those are very common. It has been shown that the HULA (as an example), although effective in reducing vibrations and noise, often leads to a slight reduction in print quality. It is speculated that the reason is it changes the vibration profile in a way that is invisible to input shaper measurements, so the input shaper is always wrongly tuned. The reason is exactly as described by @gammeflamme: The input shaper must only correct the vibration of the toolhead relative to the bed, but accelerometers used for measurements measure absolute movements (compared to "stationary ground"). |
bwnanc over at the dangerklipper repo has experimented with using 3 IMU's to compensate over on the 3_point_shaper_branch branch of danger klipper by mounting a third IMU to the print frame and using that as a base line. |
Not only that, but when operating on the raw data you'd also have to make sure that the IMU's are reasonable synchronized in time. |
Describe the feature or hardware support you'd like
Relative acceleration
I want to have a feature to measure the relative acceleration of the bed and toolhead during axes shaper calibration by attaching IMU's to both the bed and the toolhead. By subtracting the accelerations of one from the other we should be able to remove any potential resonances when they move in sync and show any resonances that are induced in the non active axis(the bed on corexy machines).
There are the two uses I could come up with for this.
Floppy Z axis
For example when bedslingers accelerate the bed it might cause the entire printer to move when this happens if the Z axis isn't completely rigid it will cause the Z axis to wobble causing another resonant frequency that can only be observed on the toolhead.Floating/dampened printers
Floating printers are in the ideal case printers that has full freedom to move in all directions. Because of this the both the bed and the nozzle needs to be measured as the bed is not stationary. More info about floating printers in additional context.
Finding a solution to this should not only make hanging printers viable it might also benefit printers that stand on wobbly surfaces or printers that use dampening feet such as hula.
My hanging printer
Measurements
Here I have axis shaper calibration with IMU mounted to both the toolhead and the bed during both X and Y calibrationresonances were measured at 10mm Z
The axis map is based on IMU location not Axis measured
Some points of interest are
The 3 Z peaks on the 2nd image that do not appear on the 1st. I assume that the 1st peak is the resonant frequency of the Y axis aluminum plate carriage as it appears in the Y test too but the other ones i don't know about, the 4th peak might be the ressonant frequency of the printer base frame.
The 4th peak at the 3rd image which I suspect is my Z axis resonant frequency cause its a peak that only appears at the toolhead even though that test is moving the bed.
That the 1st Z peak on both the 3rd and 4th image is at the same frequency and similar amplitudes so this might be a synced oscillation meaning that its irrelevant for inputshaper calibration.
As a last point I want to say that I might be completely wrong about all this and that I have misunderstood the entire thing.
Additional context or information
Floating printers
The reason for this setup is that I have been experimenting with dampening feet on my printer and ended up just hanging the printer from above making whisper quiet and isolating it from my wobbly shelf. I have spent this last week trying to find good values for input shaping for my printer using an adxl345 but am yet to find any good values.
Some potential pros and cons and of floating printers.
Pros
Cons
The text was updated successfully, but these errors were encountered: