Skip to content

Instantly share code, notes, and snippets.

@spencertipping
Last active August 27, 2018 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spencertipping/185ab9e107029ab1cf29dc6512e8e141 to your computer and use it in GitHub Desktop.
Save spencertipping/185ab9e107029ab1cf29dc6512e8e141 to your computer and use it in GitHub Desktop.
Metal chess set

A questionably-manufactured metal chess set

It started when Joyce was going to buy a chess set from Amazon. There's nothing wrong with the chess sets there, but they're made of plastic and aren't very interesting. So I offered to make one out of metal instead. Here's what I ended up with:

finished result

finished result

The setup

Almost everything involved was the combination of a vise, a cheap angle grinder, and a cordless drill. The only interesting part of the setup is the way the angle grinder is mounted, which makes it possible to make guided cuts using the table saw sled.

angle grinder mount

Machining the bases

I decided that pawns would be 1.5" tall, pieces 2", and king/queen 2.5". Pawns were made from 3/8" bar and everything else from 1/2", and the base weights were hex nuts that I turned using an angle grinder as a makeshift lathe. Here's that process, starting with the hex nuts jammed onto the rod:

spacing

piece alignment

And the turning process:

turning

The first time I tried this I started grinding on the near side and let the bar rest on the newly-turned outlines. This didn't work out very well, though; it amplified any off-centeredness from each piece to the next. I ended up using a half washer against the bar threads to get better results:

turning washer

Then I cut each piece off of the rod using a cutoff wheel on the angle grinder. It helped a lot to have the grinder mounted in a fixed position and to rely on the table saw sled for linear motion.

pawns

Here are the separated piece bases:

bases

detail

Making the pieces

Most of the definition for each piece is just the placement of additional hex nuts onto the threaded base. Visually here's the layout:

      Bishop                       Knight              Rook

                                                   |==========|
      <---->    <- threads         <---->          |==<---->==|
      <---->                       <---->          |==<---->==|
   |==<---->==|                    <---->          |==<---->==|
   |==<---->==|                    <---->          |==<---->==|
   |==<---->==| <- hex nuts        <---->          |==<---->==|
   |==<---->==|                    <---->             <---->
   |==<---->==|                    <---->             <---->
   |==<---->==|                    <---->             <---->
     |------|                     |------|           |------|
     |------|                     |------|           |------|
     |------|   <- turned base    |------|           |------|
     |------|                     |------|           |------|
     |------|                     |------|           |------|

Here's each piece before and after detailing:

bishops

knights

rooks

King and queen

These were interesting to make because there's a ball bearing press-fit onto the bottom of each one. I didn't take any pictures of these, but the basic process went like this:

  1. Chuck a 2.5" rod into the drill
  2. Spin it and use the angle grinder to machine about 1/4" on the end, until it's close to the bearing size
  3. Use the vise to press-fit the bearing onto the end

The queens also have some washers jammed between two hex nuts. Originally the washers were much larger (and not well centered), but I turned them against the angle grinder using the drill. This wasn't easy and I ended up clamping the drill to the table saw sled to stabilize it.

queens

kings

Bishops and rooks

The rooks were cut freehand. The results were a little rough, but it saved the trouble of positioning a vise to use the sled.

Cutting the diagonal slot for the bishops was straightforward, although I carelessly decapitated one of my prototypes -- after that I made sure to check the depth for each one. (There were a number of casualties that met similarly undignified ends.)

vise setup

slot cutting

Knights

The knights are cool because they have a half-washer press-fit into a vertical slot in the rod. It took me a bit to figure out how to make these, but here's the process I ended up with.

First I needed to cut a straight slot into each base, which was easy enough:

knight slot

knight slot

The washers are thicker than the cutoff wheel, so I had to bench grind them on one end to make a wedge.

washer bevel

Then I could use the vise to force them into the slots:

slot force

Once they're fully in the slots, there's a little friction holding them down but not much. The rod is also visibly bent outwards.

bent rod

At this point I put it back in the vise to clamp the washer securely.

clamping

Now we've got this:

almost done

Everything else is freehand angle grinder cuts through the washer.

Black and white pieces

I didn't want to paint the pieces, so I used a torch to heat the metal instead. In hindsight this wasn't a great way to do it; a lot of the black pieces came out unevenly heated as a result. A better strategy probably would have been to cook the pieces in the oven to get a consistent and precisely-controlled temperature.

torching the pieces

The contrast wasn't quite as good as I had hoped it would be, but in reasonable lighting you can easily tell the colors apart.

contrast

Weight optimization

Clocking in at just under 5lbs for the whole set, of which over one pound is just pawns:

weight

heavy pawns

@mconigliaro
Copy link

Good stuff! I think you're the only other tech person I know who's gotten into metal working. I had to learn a bit for a custom motorcycle project I was working on last year. Good to see I'm not the only person who's rigged up a way to use an angle grinder in place of a lathe. :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment