Laser cut hanging mobile

I want to make some laser-cut hanging mobiles for gifts. I thought I would create all the vector art in Illustrator, cut it on the laser, finish the wood and string it together with fishing line. Here are some examples:

images-2images

But in my opinion, a real hanging mobile has multiple levels of recursion, like this:

iu

The more I’ve thought about it though, the more I realize the workflow is actually kind of complicated. In order to ensure that all the hanging objects hang straight, they have to be attached directly above their centre of mass. Similarly, the balancing beams need to be balanced, which is difficult if the objects aren’t all the same mass. This either requires experimenting and adjustment, or using software that can do some math or even a physical simulation.

I asked about this on Slack and a handful of other people expressed interest in this project. So here’s a thread. Let’s figure out this workflow together.

4 Likes

The math seems like it should be pretty straight forward - the weights on either end of a beam define where its pivot point/fulcrum will be, so I’d just go bottom-up starting with whatever weights you want to use for lowest tier.

i.e.:
let A be the mass on LHS of the beam.
let B be the mass on the RHS of the beam.
let C be the fulcrum’s location (0…1) along the beam from A (0) to B (1)
C = B / (A+B)

Then use the mass of that node as the A/B for the next node up the chain and repeat.

… I think. :slight_smile:

*edit: This link has pretty pictures of the problem in a slightly different wording: http://code7700.com/weight_and_balance_principles.htm

1 Like

Here is one of the solution posted on Slack:

SolidWorks and Fusion 360 both have a feature that allows you to find the centre of mass of a given object.


(It’s that round B&W circle in the middle of the block)

This depends on the materials of your different object being set properly, because your rod and your floating profile might be different materials.

Despite the ease of computers there still is simpler way to assemble these.

Start with the bottom beam and add your 2 items to the ends. Then tie the supporting string to the beam in the center loosely. Slide the string along the beam til its balanced and then tie it tight at that point.
That piece can now be tied to the beam above with its pair and the cycle repeated.

3 Likes

I agree that the bottom-up approach makes sense since each pivot should be balanced.

Note that you may also need to factor in the mass of the beam itself, especially if you are using a heavier rod or dowel. Things get more interesting still if your beam doesn’t have a constant cross-section.

1 Like

Plus 2 other constraints: the hang orientation, and non collision. Maybe you also want rods as power conduit for the inevitable LEDs?

1 Like

Someone (@Jarrett?) found a script for Fusion 360 that adds a construction point at the current center of mass, but it was lost to the Slack archive when I tried to re-find it today.

Here it is for others: Fusion360/CenterOfMassPoint.py at master · MichaelAubry/Fusion360 · GitHub

Did you make any progress on this, @lukecyca ?

3 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.