The Mother(board) Of All CNC Controllers

If you’re building a CNC machine from scratch, the number of decisions you have to make is nearly boundless. Metal or wood construction? Welded or bolted? Timing belts or lead screws? And even once the mechanical bits are sorted, you still face a universe of choices in terms of control electronics. That’s where something like this modular CNC controller could really prove to be a game-changer.

The idea behind [Barton Dring]’s latest creation started with his port of GRBL to the ESP32. In fact, the current controller bears a strong family resemblance to his version 1.0 dev board, with a few conspicuous and intriguing additions. First, everything is modular — the main PCB is basically a motherboard with little more than a 5-volt power supply and some housekeeping electronics, plus a lot of headers. There’s support for up to six channels of steppers, either directly on the board with Pololu-style modules or as external drivers using pluggable screw terminal blocks. There’s also room for five IO modules; the current collection of modules includes a four-channel switch input, a relay output, an RS-485 module and a 0-10-V interface for talking to a variable frequency drive (VFD) spindle controllers, and buffered 5-V output module. The best part is that the IO module spec is completely open, so designing custom modules should be a snap.

The video below gives a quick tour of the controller. We’re really impressed with the thought that went into this, and we’ll venture a guess that having something like this available is going to kickstart a lot of stalled CNC machine projects. We can think of one shop that finally lost its last excuse for making the move.

Continue reading “The Mother(board) Of All CNC Controllers”

Interactive CNC Foam Cutter Churns Out Abstract Art

Foam is certainly an indispensable raw material for various craft and construction projects. Any serious sculptor however, inevitably grows tired of grinding through a foam block using a simple preheated utensil. The next step up, is to assemble a simple but thoroughly effective hot wire cutting contraption, formed out of a thin guitar wire held taut on a “C” shaped mounting frame. Finally, the addition of some electronics to regulate the power delivery makes this simple tool useful for most settings.

[Freddie] has taken this basic idea a step further, by building a complete multi-axis CNC foam cutter intended as an interactive exhibit on computational art. The CNC has the traditional three Cartesian axes but the platform hosting the foam piece can also rotate, introducing an additional degree of freedom. As this is indented to be controlled by attendees, there is no G-code in the mix, rather the inputs of an Xbox controller are applied directly to the work piece.

What is very interesting is how the resulting tool path is visualised and displayed. [Freddie] explains that while the user input tool path could be generated and displayed as equivalent G-code, it does not capture and convey the inherent organic nature of the finished pieces. The solution [Freddie] came up with is to display the toolpath much like a series of musical notes!

We would have loved to have a go at this machine in person, but seeing that isn’t possible in the current circumstances, you can either build a simpler machine we featured earlier or [Freddie] could perhaps fire up a camera and let us control it via the interweb, with a live video feed ofcourse!

Continue reading “Interactive CNC Foam Cutter Churns Out Abstract Art”

Making PCBs The Easy Way

Building a PCB at home can be fraught. If you’re etching, there are chemicals and the nuances of toner transfer. If you’re milling, getting the surface height just right, and not breaking those pointy little v-cutters is always a challenge. [Robin] has tips for both of these cases, and solves a lot of the common hassles by using a milling machine.

Whether he’s scraping away etch resist or entire copper isolation lines, [Robin] uses a non-spinning scratching tool instead of a v-bit: they’re more robust and cut every bit as well. He’s got tips for using FlatCam and KiCAD to make scratched-out traces. His registration system allows him to get double-sided boards with a minimum of hassle. And as a bonus, he’s doing some experimentation with embedding SMT parts inside the boards as well. Be sure that you check out his whole guide, or just watch the video embedded below.

We’re pretty sure you’ll pick up a trick or two, and maybe you’ll be convinced to bite the bullet and invest in a nice mill. If you’d like a more traditional take on PCB milling, try out our own [Adil Malik]’s guide.

Continue reading “Making PCBs The Easy Way”

Turning A Waterjet Cutter Into A Wood Lathe, For No Reason

On the shortlist of dream tools for most metalworkers is a waterjet cutter, a CNC tool that uses insanely high-pressure water mixed with abrasive grit to blast sheet metal into intricate shapes. On exactly nobody’s list is this attachment that turns a waterjet cutter into a lathe, and with good reason, as we’ll see.

This one comes to us by way of the Waterjet Channel, because of course there’s a channel dedicated to waterjet cutting. The idea is a riff on fixtures that allow a waterjet cutter (or a plasma cutter) to be used on tubes and other round stock. This fixture was thrown together from scrap and uses an electric drill to rotate a wood blank between centers on the bed of the waterjet, with the goal of carving a baseball bat by rotating the blank while the waterjet carves out the profile.

The first attempt, using an entirely inappropriate but easily cut blank of cedar, wasn’t great. The force of the water hitting the wood was enough to stall the drill; the remedy was to hog out as much material as possible from the blank before spinning up for the finish cut. That worked well enough to commit to an ash bat blank, which was much harder to cut but still worked well enough to make a decent bat.

Of course it makes zero sense to use a machine tool costing multiple hundreds of thousands of dollars to machine baseball bats, but it was a fun exercise. And it only shows how far we’ve come with lathes since the 18th-century frontier’s foot-powered version of the Queen of the Machine Shop.

Continue reading “Turning A Waterjet Cutter Into A Wood Lathe, For No Reason”

Milling Dies And Injection Moulding Some Acrylic Lenses

[Zach] over at his channel Breaking Taps has put up an extraordinary account on manufacturing some homemade acrylic lenses. In the end, not only does he produce some beautiful concave lenses, he also covers the complete manufacturing process, from milling the aluminium die used for injection moulding to tweaking the parameters associated with injecting the actual acrylic, he even goes over the limitations of optics produced in this fashion.

What caught our eye in particular, was how [Zach] used the finished product to practically demonstrate photoelasticity originating from the stress induced by the moulding process. You might be familiar with describing the optical properties of a material by a single number, i.e its permittivity. But what happens if in addition to altering speed, the material also alters the polarisation and direction of light depending on the stress distribution within the material? Whilst a quantitative answer gets a bit complicated you can check out [Zach’s] additional videos to visualise the answer in a pretty and colourful way, without resorting to fancy computer simulations! If however, you really want to persist with the simulation route, check out our article on stress analysis in a totally different setting using Finite Element Analysis.

Continue reading “Milling Dies And Injection Moulding Some Acrylic Lenses”

How To Retrofit A Pick And Place Machine For OpenPnP, In Detail

[Erich Styger] owns a Charmhigh CHM-T36VA pick and place machine, which he describes as well-built and a great value of hardware for the money. However, the software end is less impressive, with a proprietary controller that is functional but not great. The good news is that it is possible to retrofit the machine to use the OpenPnP framework, which is open-source and offers more features. Even better, [Erich] has already done and documented all the hard parts!

The CHM-T36VA has two heads, vision system, and uses drag feeders.

The conversion requires upgrading a few hardware parts such as the cameras, replacing the controller’s firmware, then installing and configuring OpenPnP (which runs on an attached PC.)

[Erich] does not recommend this conversion for anyone who is not very familiar with electronics, or has any worries about voiding warranties. Barring that, he suspects the conversion could be done in about a day or two’s worth of focused work. It took him two weeks, including time spent fine-tuning the first production job. He says the bulk of the time was spent on configuration, but he has shared his configuration on GitHub in the hopes that it will save a lot of time for anyone using the same hardware.

After populating some 300 boards and placing over 7000 parts, he’s very happy with the results. The machine places between 600 and 700 parts per hour, so speed might not be amazing but it’s perfectly serviceable. [Erich] finds that while the machine runs a little slower than it did with the original controller, it also runs much smoother and quieter overall. In return he gets what he truly wanted: a pick and place machine whose operation and configuration is entirely open and accessible. You can see it in action in the video, embedded below.

Continue reading “How To Retrofit A Pick And Place Machine For OpenPnP, In Detail”

Giant Bearing Is At The Heart Of A Camera Mount

We bet you have all some cool part in your bin that is just gnawing at you to build something cool. That doodad, possibly from a garage sale, surplus store, or clearance rack deserves a project fitting of its near-infinite potential. [isaac879] finally marries a giant ball bearing with his passion for photography in the form of a pan-tilt camera mount for his Canon DSLR. The problem with tossing your golden-ticket part into a project is that not everyone has a MacGuffin, or a brand new one might be bank-breakingly expensive, so he does us a favor and makes a drop-in replacement that you can print and fill with 6mm brass bbs. This sort of thing is why we love hackers.

The camera mount has the features we expect to see in a robust stepper mount, such as infinite spinning, time delay, and an Xbox controller interface. Inside the base is the industrial bearing or its plastic replica, and that wide base won’t be tipping over anytime soon. Gearing all around is of the herringbone style, of the type you find in classroom pencil sharpeners because they transfer power smoothly. Speaking of things going smoothly, we enjoyed his assembly montage where every part fits together perfectly and there is not a naughty word to be uttered. Just like real life.

If you like homemade bearings, check out this slew bearing that looks like it was made with Perler beads, and we have a self-aligning camera tripod mount for the photography buffs.

Continue reading “Giant Bearing Is At The Heart Of A Camera Mount”