FlowFree Goes Life Sized At Maker Faire NY

Maker Faire 2013SetupWillow Glen MakersTeam PathfinderFlow*26

What began as a smartphone game turned into a Maker Faire New York 2013 project for the [Willow Glen Makers]. FlowX26 is a life sized version of the game FlowFree. [The Willow Glen Makers] wanted to build an extendable, easy to set up grid of floor tiles to emulate the game. A CNC machine was employed to create a plywood framework. Not visible in the picture is the fact that each cross member is cut slightly concave.  This concavity allows the clear plastic top to deflect just enough to activate a micro switch inside the tile. The switch sends a signal to the tile’s Arduino Mega controller. The Mega then uses this data to control an array of RGB LEDs.

The next problem was interconnection and communication between the tiles. [The Makers] used copper tape, along with a 3D Printed latch system between each tile side. Six connections per side allow power and data to be transmitted throughout the grid.

Continue reading “FlowFree Goes Life Sized At Maker Faire NY”

Learn Machining From An Old School Metal Master

In the depths of YouTube there are still some jewels to be found. [Keith Fenner] is one of them. [Keith] owns Turn Wright Machine Works in Cape Cod, MA. From his small shop, He works on everything from sailboats to heavy equipment.

[Keith] describes himself as “An artist, and a jobber, 36 years in the trade”. We think he could add teacher to that list, as we’ve learned quite a bit about machining from his Youtube channel.

One of the interesting things about [Keith] is his delivery on camera. He makes the viewer feel like an apprentice machinist working alongside him. Rather than carefully setup shots with graphics, [Keith] narrates as he works paying jobs. He also has no problem showing us his mistakes – and recovery from them, as well as his victories.

The main tools at Turn Wright are the lathe and mill, but [Keith] isn’t old fashioned by any means. He has a complete PlasmaCAM setup and isn’t afraid to do a little computer work.

Most of [Keith’s] projects are broken up into several videos. One of our favorites is “So you broke it off in your hole”. In this series [Keith] shows what it takes to get a broken screw extractor (or EZ Out) out of a large diesel turbo. Get a feeling for what [Keith] has to offer with his “Day in the LIfe” video after the break.

Continue reading “Learn Machining From An Old School Metal Master”

BeagleBone Black Does CNC With RAMPS

[Bart] Wanted to try controlling a CNC with his BeagleBone black, but didn’t want to invest in a CNC Cape. No problem – he created his own translator board for RAMPSLinuxCNC for the BeagleBone Black has been available for a few months now, and [Bart] wanted to give it a try. He started experimenting with a single stepper motor and driver.  By the time he hooked up step, direction, and motor phases, [Bart] knew he needed a better solution.

Several CNC capes are available for the BeagleBone boards, but [Bart] had a RAMPS board just sitting around, waiting for a new project.  Most RepRap fans have heard of the RAMPS – or Reprap Arduino Mega Pololu Shield.  In fact, we covered them here just a few days ago as part of our 3D Printering series.   RAMPS handle all the I/O needed for 3D printing, which carries over quite nicely to other CNC applications as well.   The downside is that they’re specifically designed for the Arduino Mega series. Continue reading “BeagleBone Black Does CNC With RAMPS”

Automatic Tool Changing On A 3D Printer

tool

[Luis] has a pretty interesting project on his hands. He’s using a delta 3D printer to plate a few edibles – yogurt, chocolate, and other thick liquids. Because he intends to use actual plates as the build surface, calibration is key. One solution to this problem would be to use identical, pre-measured plates for everything this printer makes. [Luis]’ solution is much more ingenious than that, however. He’s programmed his printer to automatically swap out two tools – one for probing the build surface, and another to extrude liquids.

The two tools are suspended from the body of the printer, and with a little bit of software it’s possible for them to be picked up by the head of the printer and held in place with a few magnets. After auto leveling the build surface in software, a G Code command switches the tools over to a paste extruder for all those delicious edibles.

If an automated tool changer isn’t enough, [Luis] has also completed a very nice 3D printed peristaltic pump to squirt out foodstuffs. You can check out a video of this printer in action below.

Continue reading “Automatic Tool Changing On A 3D Printer”

Fail Of The Week: Laser Cutter That Makes Jagged Edges

This Fail of the Week is really only a failure because of the standards to which [eLabz] holds himself. The rig pictured above is a laser cutter built out of DVD drive parts. It goes above and beyond most of the optical drive CNC projects we see around here — it actually makes cuts! But [eLabz] looks on it as a failure because the steps of the driver motors are visible as jagged edges in those cuts. We see this more as a pausing point in the development process before the next refinement is made.

Continue reading “Fail Of The Week: Laser Cutter That Makes Jagged Edges”

Repairing A Mill That Cost As Much As A Car

miters

Years ago, someone at the bio-instrumentation lab at MIT needed to change a CMOS battery in the controller for a three axis mill. This reset the machine’s BIOS and was widely regarded as a bad move. The mill sat in the lab for a few years before  Prof. [Ian Hunter] donated it to MITERS – the student shop at MIT. And so the task of repairing a machine that cost as much as a car fell upon a plucky group of students.

The machine – a  Dyna-Myte 1007 has a 10″x7″x10″ work area, pneumatic tool changers and carousel, and the working for a fourth axis. It is. however, driven by an ancient Pentium computer running DOS with all the fun of ISA slots and IRQs that entails.

The MITERS began their repair by digging around in the software configuration, finding the axis drive is controlled via IRQ 3, which was currently occupied by COM 2. Changing that in the BIOS let the computer control the axes and, with a few solenoids and an air compressor, the tool carousel also worked.

With a bit of digging around, the MITERS also got the spindle working, giving them a very awesome and very expensive CNC milling machine for free. Even though the computer could be replaced with a $35 Raspberry Pi, we really have to admire the MITERS for fixing what they already had; it’s a cheaper and much, much faster way to get their new toy up and running.

Continue reading “Repairing A Mill That Cost As Much As A Car”

Drilling PCBs With Cameras And Math

PCB

After making your first PCB, you’re immediately faced with your next challenge – drilling the holes. It’s a doable task with a small drill press, but a lot of makers already have a small CNC mill or router, but how to make that work the first time? [Alessio] has you covered with a technique that uses a CNC-mounted webcam and some linear algebra for perfect through-holes the first time and every time.

A few months ago we saw [Alessio]’s work with transform matrices and PCB drills. The reasoning behind this technique is if a PCB isn’t exactly aligned to a CNC mill’s axes, or if the scaling for a toner transfer board is a bit off, automating the drilling process will only end in pain, with holes going through traces and a whole host of other nasty things. The application of linear algebra gets around this problem – taking a measurement off of two or three known locations, it’s easy to program a CNC machine to drill exactly where it’s supposed to.

[Alessio]’s new project takes the same mathematical techniques and applies them to a very sleek application that uses a drill-mounted webcam. After taping his homebrew PCB down to the mill, [Alessio] simply marks off a few known points, imports the drill file, and lets a computer calculate where to drill the holes. The results are remarkable – with a soldermask and silkscreen equipment, these handmade boards can be just as good as professionally manufactured boards,

There are Windows and OS X binaries for [Alessio]’s tool available on his page, with a video demo available below.

Continue reading “Drilling PCBs With Cameras And Math”