Fold-out Laser Cutter Prototype Promises Portability (But Maybe Not Safety)

 

fold out laser cutter

Often times it’s tricky to make space for a full size laser cutter… so a group of friends over at Pittsburgh TechShop have been working on designing a fold-out version for easy storage. It’s still a prototype/proof of concept, so we’ll overlook the obvious safety concerns for now.

It’s built predominately out of aluminum extrusion and a few custom machined parts. A 40W CO2 laser tube sits in the back with optics reflecting it out to the laser head. The X-axis pivots on a heavy duty hinge mechanism and then locks in place for use. Unfortunately there are no videos of it in action, but the whole arm-linkage is apparently quite rigid and robust.

Like we said, this is one of their first prototypes or proofs of concept — as they continue to enhance the design they are considering taking it to Kickstarter down the road. They plan on enclosing the beam path in order to make it safe, and we’ll certainly be interested to see how that works out!

For more info on the project, there’s a thread on Reddit going strong.

[Thanks Ollie!]

Rubik’s Cube Solver Made Out Of Popsicle Sticks And An Arduino

rubix cube solver

[Matt] recently learned both how to solve a Rubik’s cube and the basics of an Arduino. Putting the two together, he decided to try his hand at making an automatic Rubik’s Cube solver!

We’ve seen this done quite a few times using LEGO Mindstorms, but we’re much more impressed with [Matt’s] clever use of popsicle sticks and mechanical linkages…. The device uses just two servos. One to rotate the base, and the second to flip the cube over.

He’s using an Arduino UNO (R3) with 2 Hitec HS-311 hobby servos, some popsicle sticks, hot glue, a paper towel roll, and a bit of plywood. He wrote the code to solve the cube himself, and has shared it on GitHub — but he didn’t stop there and decided to create a GUI to go with it using Python.

It’s not that fast, but it’ll solve a cube in about 20 minutes — stick around after the break to see it in action!

Continue reading “Rubik’s Cube Solver Made Out Of Popsicle Sticks And An Arduino”

Wait, THAT’S An Electric Guitar?

Mechatronic Guitar

What you’re looking at above is a six-stringed mechatronic slide guitar, where each string and associated servos is assigned its own MIDI channel.

It’s a project [Jim Murphy] has been working on for a while now, and technically, it’s the second iteration — he’s calling it the Swivel 2. The original Swivel was more of a proof of concept, using bulky stepper motors and solenoids — in this one he’s upgraded to hobby style servos, using four per string. One to change the pitch, one to clamp the pitch shifter, and two to pick and dampen the strings.

He’s designed the PCB control boards himself utilizing an Arduino bootloader-equipped ATMEGA328, which takes in the MIDI signal from a computer and moves the servos accordingly — to produce the audio signals he’s been using Ableton Live to write the patterns.

The entire setup was designed in 3D CAD and is designed to be completely modular. He’s even made the guitar pickups himself using 3D printed spools, and hand wrapping the coils with copper enamel wire. Lend an ear after the break to hear it in action.

Continue reading “Wait, THAT’S An Electric Guitar?”

Making A Nitinol Wire Inchworm

[Steven’s] at it again with another cool science experiment that isn’t too difficult to do. This time he’s made himself a Nitinol wire inchworm, which actually moves across the table when you apply a switching electrical current to it!

Nitinol is a shape memory alloy which has a cool property that causes it to retain (and return to) a preset shape when heat (or electricity!) is applied. It’s actually quite simple — he’s wrapped the Nitinol wire tightly around a nail, and then heated it to set it to a coiled shape. Now the Nitinol spring can be stretched out flat, but as soon as it is heated, it will attempt to return to its coiled state!

Using some balsa wood and a few other odds and ends he’s taken advantage of this memory effect to make an electric inchworm — check it out after the break!

Continue reading “Making A Nitinol Wire Inchworm”

LinuxCNC Based Plasma Cutter Router

If a wood CNC router just isn’t enough for you, you’re going to need something a little bit more powerful. Relatively speaking, the next most affordable step up is a CNC plasma cutter. Mhmm… Plasma…

maker-works

[Maker Works] of Ann Arbor decided it was time to add some serious metal working capabilities to their already impressive mech shop. The design is based on of  [JoesCNC], however they’ve opted for some seriously beefy servo motors, instead of steppers.

The frame is made out of 8020 aluminum extrusions, which certainly adds to the cost, but results in a very professionally built machine. X and Y axis’ make use of NEMA 34 Servo motors, driven by Granite Devices VSD-E servo drivers. The Z-axis uses a NEMA 23 with a Gecko 320X driver. To further increase the power of these guys, 10:1 reduction gearboxes are used on both the X and Y.

All in all the project cost approximately $8,000, though after lessons learned, they think they could redo it for around $6,000.

When they first started testing it, they were dismayed with how dirty the room got from the fine dust created by the plasma cutter — so they’ve upgraded to a water tray bed (2″ deep), which helps immensely. In fact, the part doesn’t even need to be fully submerged in water for it to cut down pretty much all of the dust. The water also helps prevent damage to the aluminum bed underneath.

Continue reading “LinuxCNC Based Plasma Cutter Router”

Building A Wood CNC Router From Scratch

home made cnc router

[David Taylor] needed a CNC router to do some more complex projects — so he did what any maker would do if they’re strapped for cash — make it from scratch!

The impressive part of this build is that it was built entirely in his workshop, using tools he already had. A chop saw, wood lathe, drill and a drill press, and finally a table saw — nothing fancy, but now with the CNC router he has a world of possibilities for projects! The mechanical parts he had to buy cost around $600, which isn’t too bad considering the size of the router. He lucked out though and managed to get the Y-axis and Z-axis track and carriages as free samples — hooray for company handouts!

The router is using an old computer loaded with LinuxCNC which is a great (and free!) software for use with CNC machines. It’s driving a cheap Chinese TB6560 motor controller which does the trick, though [David] wishes he went for something a bit better.

Some examples of the projects he’s already made using this baby include an awesome guitar amp, a wooden Mini-ATX computer case, and even a rather sleek wooden stereo with amp!

Did we mention it can even cut non-ferrous materials?

[via Reddit]

Making Flexible Wood Using A Laser Cutter

laser cut curved wood

If you’re one of the lucky ones who has access to a laser cutter, you’re definitely going to want to check out [Aaron Porterfield’s] latest work. He’s been experimenting with making flexible wood.

We’ve all probably seen wood cut with slots added to allow flexibility in a single direction, but did you know with the use of lattice hinges you can do so much more? [Aaron’s] been playing around with parametric patterns and has made some really cool examples — the best part is, he’s sharing them all for free (both .DXF and vector files)!

His main goal was to create a pattern that is in flexible in multiple directions, which he almost achieved — but the really cool thing he figured out was creating a pre-formed curved surface by mapping the bend in Photoshop first…

Continue reading “Making Flexible Wood Using A Laser Cutter”