Week 6 - Make Something Big

The Design

This week was the infamous "Make Something Big" week. Since I plan on making a small final project, there wasn't much utility for me in this week, so I decided to have some fun with it.

Not too long ago, I lost my reading glasses. To replace them, I created a new pair this week.

The material we're using is called Oriented Strand Board. It's made of recycled wood chips and a lot of adhesives, so it's "crumbly" and smelly (which can be overcome with a finish and paint, iirc). That meant we're limited by the size of certain features (recommended to stay above 2 inches), and different joinery mechanisms (as we'll see later).

To design the glasses, I went back to Fusion, and loosely based them off of a different pair that I own to get the dimensions right. One new tool I used was called the "Conic Curve".

Conic Curve

The conic curve gives some flexibility to how a curve looks. It used 3 points, and the middle point is more of a maximum for the curve. A "Rho" value defines where the curve is relative to the endpoints. For example, as rho goes to zero, the curve becomes a flat line between the two end points. As rho goes to 1, the curve becomes two straight lines from the endpoints to the midpoint.

Conic Curve .01
Conic Curve .75
Conic Curve .99

I also felt the need to specify some parameters since there are quite a few constraints I needed to follow:

Parameters

All said and done, the fine sketch looks like this:

Dimensioned Sketch

Plenty of construction lines and dimensions. The outer bounding box is defined by the stock. Here's what they look like all put together:

Glasses Render

While I was designing the glasses, I was thinking that I was going to just glue them together. Of course, that's no fun. So I wanted to add hinges to make them more like real glasses. I'll get more into this later.

Get the Fusion project here

Making it Big

The EDS for EECS students doesn't have a large enough machine for us to cut out our 4'×8' board, so we had to use the Architecture shop in building N51. Because of this, some of us had to design and cut our pieces early. In my case, I had already completed my glasses before last week's lecture. It served as a guinea pig to figure out what exactly needed to be done to double check everyone else's jobs going forward. Here are some things that needed to be done on the software side to get this rolling:

  1. Export the sketch into a .dxf format. Here's what I exported:
    Undimensioned Sketch
    I removed a bunch of construction lines, but we weren't sure how many we'd need to remove overall. As it turns out, it would have been most beneficial to remove every single one because each construction line counts as somewhere you want to cut in MasterCam. We ended up doing that later anyways.
  2. Open up the file in MasterCam, and define the toolpaths. I don't have the libraries, but the Architecture department has their own tool libraries for the specific machine in their shop. Anthony helped me with the first part of this, and we met with Jen to go over all of the toolpaths and get the right libraries and everything. Here's what MasterCam (sort of) looks like:
    MasterCam 1
    MasterCam 2

    There are some things that can be wrong we had to fix:
    • Removing all of the construction lines manually in MasterCam
    • Making sure the tools for each job were not ordered sequentially. The machine has a bunch of different tools that it picks from, and they're all in a specific order. This means that to use the right endmill, you have to make sure the correct number is assigned in MasterCam. Luckily for me, since I only needed one, and it happened to be the #1, I didn't have any issues. But for others, this was definitely a problem.
    • The stock origin needs to be defined at the origin properly
    • Sometimes the paths will cut on the wrong side. This can either be on the inside of an outer cut, or the outside of an inner cut. This can be resolved by either reversing the path, or switching the side it's on.
    • The machine belongs to this series, and I'm pretty sure it's a 96C which isn't listed on the Onsrud website.
      Onsrud
      It uses vacuums to hold down the part, so we can't cut all of the way through. Instead, we use what's called an "Onion Skin", which leaves a very thin strip of material on the bottom to maintain suction and prevent the piece from becoming loose. We had to adjust the cut depth to allow for this.
  3. If running many parts or multiple jobs, it's best practice to minimize the space that the parts consume on the board, playing a tricky game of Tetris. However, there was only one other person ready at the time, and none of her parts fit on the same piece, so we ultimately decided to just scrap the remaining OSB. Later, I decided that the lenses could be salvaged since they had a large chunk of OSB real estate. On a more valuable material, e.g. better wood or metals, then you would absolutely want to squeeze every last drop out of the stock.

After all of this was complete, I took my MasterCam file to the Architecture shop and Jung helped me double check everything. Cutting on the machine itself was fairly straight forward.

  1. Run a warmup process (it basically spins the heck out of the spindle)
  2. Place the stock on the machine bed
  3. Turn on the vacuums
  4. Load up the cut piece .nc file
  5. Run the process
When we ran it, we had a couple issues:
  1. There was an errant path left over that just meant the tool ran over the same line twice, which just wasted time, but could have been bad.
  2. The onion skin didn't cut as thin as we expected, so we tried running it again even thinner. It seemed like the endmill just wasn't properly aligned on the z axis.
In the end, the cut came out well!

Full Sheet
Onion Skin

I couldn't just snap off the onion skin, so I used a utility knife to cut out the onion skin.

Cutting Onion Skin

It left a bit of skin attached to the side I didn't cut, which was fine, except when I'd cut on the wrong side. Then I'd have to cut it all again.

Onion Skin Aftermath

To smooth things down, I used a wood file. (s/o to Premila for the photoshoot)

Filing 1
Filing 2

Look at it, all cut out!

Glasses Parts

I wanted these to move like actual glasses, so I found some hinges and wood screws haniging out in a supply drawer. Using a power drill, I secured the legs to the frame.

Drilling

I had a hard time screwing everything in, as the largest drill bit I could find was slightly too small. This led to some stripping of screws (as you'll see in a bit). Luckily, I was eventually able to find one juuust large enough for a snug fit.

Small Drill Bit
Perfect Drill Bit

I only had 10 screws, so I couldn't perfectly secure the hinges. In this closeup, you can see some stripped screws (oops), and an empty hole where the screw wasn't properly aligned, and I couldn't get another one in its place.

Hinge Closeup

Let's see how these hinges work:

Unfolded
Folding
Half Folded

Did I mention these glasses are huge??

Fully Folded

They can stand on their own!

Standing

The de-skinning process had a lot of scrap, so I made sure to clean it all up!

Trash

Now, enjoy a fashion shoot with my new glasses, ft. Make: AVR Programming! Holding Horizontal Holding Vertical Reading Front

Hmm, I think this prescription might be a bit too strong

Reading Behind Cute Pic

This was a fun week!

Falling Apart

I was warned that I may need glue in tangent with the wood screws, and sure enough, during the photoshoot, one of the screws worked its way out. I'll have to add more security to it for sure.

This website was created by Harrison Allen for How to Make (Almost) Anything at MIT in 2019