New machines are about to come online!

In addition to making things, many of our members like making machines that make things! We should have a functioning vacuum former, a 4’x8′ CNC Router, and a 4’x8′ CNC Plasma Cutter in the the next couple of months. While the vaccum former was acquired from an auction, the other two have been built at the makerspace over the last year and a half from scavenged materials. The frame and the rails for the plasma cutter were used in a perfume bottler in a past life. We can’t wait to see what our members will make from these awesome machines!

A few pictures of the above mentioned equipment can be found below:

2015-02-03 19.51.14

2015-02-03 19.51.21

2015-02-03 19.52.05

2015-02-03 19.52.17

2015-02-03 19.52.42

2015-02-03 19.53.20

2015-02-03 19.53.28

2015-02-03 19.53.34

We now have an Acrylic Bender

Many of our members have used heat guns and strip heaters to soften and bend acrylic in the past. While that method works most of the time, we decided it was time to get one that just works all the time. Since we acquired it, we have been finding all kinds of uses for it. A few finished projects are listed below.

IMG_0788Stepper Motor Mounts

10919764_1561439577430131_296730915_n

Tooth Brush Holders

B72jYUXIAAAW-GB

A Fork!

2015-01-17 00.33.27

Robot Chassis

 

Niles – the Ball Bearing Glockenspiel

I have been working on a ball bearing glockenspiel. The contraption will be comprised of 3 systems – ball bearing launcher, ball bearing collection and return mechanism, and the instrument itself.

I started with the the launcher. There will be 25-30 notes and a fast and accurate launcher will be needed for each one. My design parameters were to launch 4 bearings a second within a 1/2 inch diameter over a 2 ft. drop. Here’s my first attempt.

2014-12-20 17.50.55

2014-12-20 17.51.03

A pipe feeds ball bearings to a rotating platform with a hole just large enough for one bearing. When it’s ready to drop, the servo rotates the platform by about 30 degrees and the bearing falls out the bottom. The platform then rotates back  to the home position and loads the next ball. The mechanism could definitely deliver the balls quickly but the accuracy just wasn’t there. The balls would hit the side of the hole as they were exiting. On to the next iteration…

3.0

3.0.1

I forgot to take a picture of this one so I am posting the drawings instead. The concept is the same as the previous version, except the slider is linear instead of rotary. I added a longer channel after the initial drop to guide the ball bearings as they fall. But I had the similar accuracy issues.

So, I kept iterating the design to minimize potential disturbances after the ball is launched. And of course, decided to use magnets. The bearing are made out of steel and magnets suspend the ball till a servo controlled “plunger” launches them. This design worked beautifully! I have attached two slow motion videos below. As you can see in the second video, it’s so accurate the balls are literally hitting each other like Robin Hood “splitting an arrow”!

Next, I will work on making this design more compact and also, several ball return mechanisms.

 

 

Create custom vector maps

I want to document some of my travels in a better manner. After looking around for a few map design inspirations, I came across the following example from a trek across Iceland.

0_0

I spent a quite a bit of time over 3-4 days before I found a solution. I was able to create custom maps within Google Maps, Google Earth, and Open Street Maps but they all had issues. I did not like the busy look of all base maps and the Google services don’t export custom maps in a vector format. Open Street Maps can export vector maps but the my requested area was too large.  I tried a few JavaScript libraries as well but they all use the above mentioned services for map tiles and I wanted an independent file on my local machine.

So, I decided to create a map myself. I downloaded the following .SVG map of Scotland from Wikimedia.

0_1

Using Inkscape, I deleted other countries, external water bodies, and remote islands. I thought about a unified border color but I ended up really liking the representation of water versus land boundaries.

0_2

Looking better already! Now, I did not want to sit down and manually trace my journey. Since this file doesn’t contain any geographical information, my best bet was to somehow get my path in a vector format and manipulate it into the same scale, plane, etc., as map above.

I started by recreating the trip in Google maps engine. The train and bus journeys were easy to plot – it’s just like looking up directions in Google maps. Plotting a hike was a little bit more complex since I did not record my GPS location. I was lucky to find a .KML file from a better prepared hiker through a Google search and imported it into Google maps engine without any issues. I exported the .KML file when I was done.

2

The file was saved as a zipped .KML (.KMZ ) file so I used Google Earth to save it as a .KML. This is starting to sound like an ad for Google. I swear I am not a shill – Ask Jeeves is a much better search engine, see!

3

The .KML file was processed into an .SVG using my new best friend, Indie Mapper.

4

Since I only cared about the lines, I deleted the description and points using the menu on the left. Remember kids, always, and I mean always, read documentation. I spent a whole day scaling, rotating, skewing, bargaining, manipulating nodes, punching walls, trying to match the path output to the map from above. If I had simply read on the Wikimedia page, that the map had a Equirectangular projection and was scaled 170% in the N/S direction, I wouldn’t be writing this at 4AM in the morning. You can change the projection within Indie Mapper. Scaling was easily done in Inkscape later.

5

Export the file as a .SVG.

6

Yay! on three everyone yell, Compatible! Compatible! Compatible! Make sure you are alone.

Upon path import, the first step was to scale the height only by 170% to match the map’s relative coordinates. Then, the height and width were scaled proportionally till they “looked right.” I compared the relative location of the path to ocean and lakes (I really should say “Lochs”) in Inkscape versus Google maps so make sure everything looked right. Since I had the right relative dimensions, it only look a couple of minutes and Voila!

7

I manually colored the hike in green and motorized travel in red. If I decide to laser cut this file, I’ll vector “burn” the border and water bodies on lower power versus the path. I’ll keep playing around with the design and maybe add day hikes as well but I am happy with the results for now!