CNC Scroll Saw Add-On Cuts Beautiful Wooden Spirals

If there’s one thing that woodworkers have always been good at, it’s coming up with clever jigs and work-holding solutions. Most jigs, however, are considerably simpler and more static than this CNC-controlled scroll saw add-on that makes cool wooden spirals a snap.

As interesting as the products of this setup are, what we like about this is the obvious care and craftsmanship [rschoenm] put into making what amounts to a hybrid between a scroll saw and a lathe. Scroll saws are normally used to make narrow-kerf cuts in thin, delicate materials, often with complicated designs using very tight radius turns. In this case, though, stock is held between centers on the lathe-like carriage. The jig uses a linear slide driven by a stepper and a lead screw to translate the workpiece perpendicular to the scroll saw blade while a geared headstock rotates it. Starting with the blade inserted into a through-hole, the saw slowly cuts a beautiful nested spiral down the length of the workpiece. An Uno, a GRBL shield, and some stepper drivers let a little G-code control the two axes of the jig.

The video below shows it in action; things do get a bit wobbly as the cut progresses, but in general the jig works wonderfully and results in some lovely pieces. At first we thought these would purely be objets d’art, but then we thought about this compression screw grinder for DIY injection molding machines and realized these wooden screws look pretty similar.

Continue reading “CNC Scroll Saw Add-On Cuts Beautiful Wooden Spirals”

The Redesigned CNC Scroll Saw Rides Again

When [Andrew Consroe] tried to build a CNC scroll saw, he quickly learned how tricky of a design problem it is. With a blade that only cuts in one direction, you can’t simply move the tool in the X and Y dimensions like you can with a laser or router; either the work piece or the blade itself needs to continuously rotate towards the direction of the cut.

He’s recently shown off the third version of the machine, and while it’s still not exactly a practical tool, there’s no question it’s a brilliantly designed one, or that it works, slowly. Earlier attempts used a rotating table to spin the work piece, but [Andrew] found this to be an imperfect solution. Building a mechanism heavy duty enough to spin the material being cut while remaining accurate enough not to break the blade was a tall order, though he did get pretty close.

The earlier version used a rotating table.

This time around he’s decided to simply rotate the blade itself. This can be accomplished with a single stepper motor and some suitably sized pulleys, while maintaining an exceptionally high degree of accuracy. The whole blade assembly moves up and down on an aluminum extrusion rail with a motor and crank arrangement. By synchronizing the rotation of the blade with the vertical movement of the saw, the software can be sure that everything is where it needs to be before the cutting stroke actually happens.

Judging by the video after the break, the system works quite well. The complex rounded shapes he cuts out of the piece of plywood look essentially perfect, and it sounds like this new version of the machine isn’t breaking blades due to positional errors like the previous one did. Unfortunately, it’s also very slow. There’s so many moving parts and careful positioning required that even when the video is sped up 10x, the saw still appears to only be creeping its way through the  material.

On the back half of the video, [Andrew] details another approach to rotating the blade that would reduce the amount of moving mass in the saw. This would give the machine a considerable speed boost, and we’d love to see him implement it. By the way, before anyone says it: using a spiral blade is cheating.

Continue reading “The Redesigned CNC Scroll Saw Rides Again”

Machine Builds Rise From The Ashes

I was enchanted by a failed project this week. [Andrew Consroe]’s CNC scroll saw doesn’t work yet, but the emphasis is on the word “yet”. Heck, even when it does work, it might not make sense, but that’s not the point anyway.

cncsaw_thumb.jpg?w=250

A scroll saw table has a vertical reciprocating blade perpendicular to a table, a lot like a band saw but with a shorter blade. You push the wood sheet to be cut into the blade, and because it’s thin, you can twist and turn all sorts of interesting jigsaw-puzzle shapes. [Andrew] automated this with an X-Y gantry and an innovative geared rotating ring, needed to keep the wood fed into the cutting edge of the blade.

It’s a crazy contraption, and a difficult and unique movement planning problem, and watching it move in the video is a joy. But it’s not working either: errors in the motion add up over a cut, and he’s ended up snapping a blade on every piece. And this is version three of the device!

But here comes the inspiration. First, the only reason he’s filming this is to keep a log of how the project looked at this phase — he’s already planning out the next one. Second, this is the soul of learning by doing. You don’t learn anything unless you’re trying something new.

And finally, [Andrew]’s project reminds me of why I love machine builds in the age of rapid prototyping. Blazing through three entirely different machines cost him essentially nothing. Tearing apart version one left him with the same stepper motors, aluminum extrusions, and electronics as when he started out. Except that he now knew so much more about his particular problem space. Now he’s ready to go again.

So if you’re at all robotically inclined, but you’re looking at the cost of motors, belts, bearings, and steel, don’t think of it as an expense for this project, but for years’ worth of iterations, and maybe even fully different machines.

Just be sure to take [Andrew]’s lead and get it down and documented before you take it apart! Heck, send it in to Hackaday and it’ll live forever.

Hackaday Podcast 071: Measuring Micrometers, The Goldilocks Fit, Little Linear Motors, And 8-bit Games On ESP32

Hackaday editors Mike Szczys and Elliot Williams fan through a fantastic week of hacking. Most laser cutters try to go bigger, but there’s a minuscule one that shows off a raft of exotic components you’ll want in your bag of tricks. Speaking of tricks, this CNC scroll saw has kinematics the likes of which we’ve never seen before — worth a look just for the dance of polar v. Cartesian elements. We’ve been abusing printf() for decades, but it’s possible to run arbitrary operations just by calling this Turing-complete function. We wrap the week up with odes to low-cost laptops and precision measuring.

Take a look at the links below if you want to follow along, and as always, tell us what you think about this episode in the comments!

Direct download (60 MB or so.)

Continue reading “Hackaday Podcast 071: Measuring Micrometers, The Goldilocks Fit, Little Linear Motors, And 8-bit Games On ESP32”

CNC Scroll Saw Makes Promising First Cuts

When we talk about CNC machines, we almost invariably mean a computer controlled router. Naturally you can do other forms of automated cutting, say using a laser or a water jet, but what about adding computer control to other types of saws? [Andrew Consroe] recently put together a postmortem video about this experimental CNC scroll saw. While he never quite got it working reliably, we think his approach is absolutely fascinating and hope this isn’t the last we see of the idea.

Those who’ve used a scroll saw in the past might immediately see the challenge of this build: while a router bit or laser beam can cut in any direction, a scroll saw blade can only cut in one. If you tried to make a sharp turn on a scroll saw, you’ll just snap the fragile blade right off. To work around this limitation, [Andrew] came up with the brilliant rotary table that can be seen in the video after the break.

By combining motion of the gantry with table rotation, he’s able to keep the blade from ever making too tight a turn. Or at least, that’s the theory. While the machine works well enough with a marker mounted in place of the blade, [Andrew] says he never got it to the point it could reliably make cuts. It sounds like positioning errors would compound until the machine ended up moving the work piece in such a way that would snap the blade. Still, the concept definitely works; towards the end of the video he shows off a couple of pieces that were successfully cut on his machine before it threw the blade.

While we’ve actually seen DIY scroll saws in the past, this is the first computer controlled one to ever grace the pages of Hackaday. While some will no doubt argue that there’s no sense building one of these now that laser cutters have reached affordable prices, we absolutely love this design and how much thought went into it. At the very least, we figure this it the beefiest doodle-drawing robot ever constructed. Continue reading “CNC Scroll Saw Makes Promising First Cuts”