Waves at Corners

Ask the MakerGear community for assistance...
User avatar
quaver
Posts: 51
Joined: Fri Feb 27, 2015 4:32 am

Waves at Corners

Post by quaver » Sat Sep 10, 2016 2:40 am

I have noticed on most prints, especial those with 90° corners, waves form at the corner. The displacement direction is perpendicular to the plane of the given surface and the amplitude diminishes in a linear fashion as the distance from the corner increases. This looks very much like classic resonance ringing to a fully damped state. I see this condition in both the X and Y plane. I never see this on both faces of a single corner, or stated another way, only on one end of a given face. I believe I read somewhere that this is attributable to the floating bed design; i.e. the spider resting on three springs. Is acceleration or deceleration forces causing the bed mount system to oscillate? As I see no noticeable deviation in Z I conclude the bed is not "tipping", its merely translating in the X-Y plane. If there are way to eliminate this condition?
Attachments
IMG_2101.JPG
Waves at Corners

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Waves at Corners

Post by Jules » Sat Sep 10, 2016 3:48 am

Usually slowing down the acceleration cuts way down on that. Add this code into your Starting Script.

M201 X1000 Y1000 ; lower default accelerations

User avatar
Matt_Sharkey
Posts: 347
Joined: Mon Oct 20, 2014 3:10 pm

Re: Waves at Corners

Post by Matt_Sharkey » Sat Sep 10, 2016 3:17 pm

along with what Jules said, If you are designing the model yourself, put small fillets on every corner that is in the XY plane. a 0.5mm should suffice. That way when your printer is approaching the corner it isn't trying to come to a dead stop then take off again. Instead it will make a more fluid motion around the corner.

User avatar
quaver
Posts: 51
Joined: Fri Feb 27, 2015 4:32 am

Re: Waves at Corners

Post by quaver » Sat Sep 10, 2016 3:58 pm

In thinking more about it, I believe the problem is caused by deceleration rather than acceleration. Both of these suggestions should help. Thanks for the feedback. ;)

User avatar
Matt_Sharkey
Posts: 347
Joined: Mon Oct 20, 2014 3:10 pm

Re: Waves at Corners

Post by Matt_Sharkey » Sat Sep 10, 2016 5:03 pm

quaver wrote:In thinking more about it, I believe the problem is caused by deceleration rather than acceleration. Both of these suggestions should help. Thanks for the feedback. ;)
Deceleration is just negative acceleration, it's calculated the same way.

User avatar
jimc
Posts: 2888
Joined: Wed Apr 09, 2014 11:30 pm
Location: mullica, nj
Contact:

Re: Waves at Corners

Post by jimc » Sun Sep 11, 2016 2:44 am

quaver, you wont eliminate that. just about every 3d printer will do that. some are better than others but for the most part its there. ive seen parts printed by a 80k stratasys machine and its just as bad as on the m2.

User avatar
quaver
Posts: 51
Joined: Fri Feb 27, 2015 4:32 am

Re: Waves at Corners

Post by quaver » Sun Sep 11, 2016 3:16 am

Deceleration is just negative acceleration, it's calculated the same way.[/quote]

Change in velocity over time with polarity of the quotient establishing direction (accel or deccel); completely agree. But, its the deceleration event that sets up the oscillation that causes the waves. The waves are noticeable because the print path is in a direction that is perpendicular to the axis of the oscillation. While its true the waves are made while accelerating I think the oscillation is set up by the deceleration event at the corner.

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Waves at Corners

Post by Jules » Sun Sep 11, 2016 5:20 am

If it has accelerated, it creates more pronounced ringing when it has to slow down. That code just limits how much accelerating it can do.

Whatever you call it....using the code helps somewhat. ;)

Matt's right too, if you put a slight rounding into your 90° angle (and tighter) corners, it distributes the force around the curve. Problem is caused by instantaneous direction shifts. (We saw it with cutters, when the knife could not turn in one place easily).

The other thing that helps is installing the Nema 17 dampers if you are willing to spend an hour or two fiddling with it. (I've got them on my machines and although there is still a little ringing around one side of holes in the sides of a print, (still trying to figure out how to work around that), it's pretty much gotten rid of that corner ringing effect. (Of course, i tend to print at slower speeds too, so that might be helping.)

All of the above. Just depends on how far you want to take it.

User avatar
quaver
Posts: 51
Joined: Fri Feb 27, 2015 4:32 am

Re: Waves at Corners

Post by quaver » Fri Sep 16, 2016 2:07 am

The NEMA 17 dampers look promising, if for nothing more than the noise reduction. If the stepper frequencies happen to sweep over the natural frequency of the bed gantry and sprung bed I can see how it could cause print anomalies. Ordered dampers tonight.

In doing more research on the topic (referred to as "ringing" on several other websites) I found another suggestion to help minimize the condition. Orient the parts on the print bed so that perpendicular outside walls/faces lie at 45°angles to the travel X/Y axes. This makes sense as it would reduce the velocity in X or Y which in turn reduces deceleration forces.

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Waves at Corners

Post by Jules » Fri Sep 16, 2016 2:13 am

Good idea! :)

Post Reply