Make A Plotter Out Of Rulers

Instructables user [lingib] made a clever and inexpensive pen arm plotter that uses plastic rulers for arms. An inspiring sight for anyone without a bunch of robot parts lying around,

The electronics are straightforward, with an Arduino UNO and a pair of Easy Drivers to control NEMA17 stepper motors connected to robot wheels, which serve as hubs for the rulers. At the end of the arms, an SG90 micro servo raises and lowers the pen as commanded, shoving the whole pen assembly off the paper with its horn—an elegant solution to an age-old drawbot problem. He even wrote wrote a custom Processing program that allows him to control the plotter from his desktop

[lingib]’s experimented with different kinds of drawing machines, including a drum plotter (video after the break), a V-plotter, as well as a rolling drawbot.

You’ll find tons of Hackaday posts about all types of drawing machines, including vintage plotters, plotters for making circuit boards, and even one built out of cardboard.

Continue reading “Make A Plotter Out Of Rulers”

Celebrating A Subscriber Milestone With A Copper YouTube Play Button

YouTube channels unboxing their latest “Play Button Award,” a replica of the famous logo in silver, gold, or faux-diamond depending on the popularity of the channel, are getting passé. But a metalworking channel that makes its own copper Play Button award to celebrate 25,000 subs is something worth watching.

[Chris DePrisco] is a bit of a jack-of-all-trades, working in various materials but with a strong focus on metalwork. He recently completed a beefy home-brew vertical milling center; we covered his attempt to leverage that platform by adding an extruder and turning it into a large bed 3D printer. For the Play Button build, [Chris] turned to the VMC to mill a mold from what appears to be a block of graphite; good luck cleaning that mess up. He melted copper scrap in a homemade electric furnace and poured it into the preheated mold — a solid tip for [The King of Random]’s next copper casting attempt. The rough blank was CNC machined and polished into the Play Button, and finally mounted behind glass neatly inked with paint pens in the versatile VMC. The final result is far nicer than any of the other Button awards, at least in our opinion.

Continue reading “Celebrating A Subscriber Milestone With A Copper YouTube Play Button”

Drop-in Controller For EBay K40 Laser Engraver Gets Results

[Paul de Groot] wrote in to let us know about a drop-in controller replacement he designed for those economical K40 laser engravers that are everywhere on eBay. With the replacement controller, greatly improved engraving results are possible along with a simplified toolchain. Trade in the proprietary software and that clunky security dongle for Inkscape and a couple of plugins! [Paul] felt that the work he accomplished was too good to keep to himself, and is considering a small production run.

Laser engravers are in many ways not particularly complex devices; a motion controller moves the head in x and y, and the laser is turned on or off when needed. But of course, the devil is in the details and there can be a surprising amount of stuff between having a design on your screen and getting it cut or engraved in the machine. Designing in Inkscape, exporting to DXF, importing the DXF to proprietary software (which requires a USB security dongle to run), cleaning up any DXF import glitches, then finally cutting the job isn’t unusual. And engraving an image with varying shades and complex dithering? The hardware may be capable, but the stock software and controller? Not so much. It’s easy to see why projects to replace the proprietary controllers and software with open-source solutions have grown.

Cheap laser engravers may come with proprietary controllers and software, but they don’t need to stay that way. Other efforts we have seen in this area include LaserWeb, which provides a browser-based interface to a variety of open-source motion controllers like Grbl or Smoothieware. And if you’re considering a laser engraver, take a few minutes to learn from the mistakes of other people.

Additive + Subtractive = One Powerful Machine

It says it right on the title of the video below: it was bound to happen eventually. It’s only natural that somebody would stick a 3D printer extruder on the business end of a CNC machine. The long-awaited convergence of additive and subtractive manufacturing is here.

OK, that may be overstating things a bit, but we think [Chris DePrisco] is on to something here. Given the considerable investment he’s made in his DIY CNC machine, an enormous vertical machining center that looks a little like a homebrew Bridgeport, it was a no-brainer to take advantage of the huge XYZ stage. Mounting the Titan Aero extruder to the quill required some custom parts; fair warning that the video below is heavy on machining, but it’s not the seven hours of video he streamed when he milled the heated aluminum bed. Skip ahead to about the six-minute mark if you want to see the first prints and how he optimized the setup.

As we watched [Chris]’ video, we were struck by the potential for adding 3D printing to CNC milling machines. What we’d like to see is a setup where the spindle and the extruder work together to build more complex parts. Or maybe a tool-changing CNC that can pick up a spindle, an extruder, and maybe even a laser or plasma cutter head. Now that would be a powerful machine!

Continue reading “Additive + Subtractive = One Powerful Machine”

CNC Machine Boasts Big Bed, Impressive Power From Off-the-Shelf Parts

A lot of homebrew CNC machines end up being glorified plotters with a router attached that are good for little more than milling soft materials like wood and plastic. So if you have a burning need to mill harder materials like aluminum and mild steel quickly and quietly, set your sights higher and build a large bed CNC machine with off-the-shelf components.

With a budget of 2000 €, [SörenS7] was not as constrained as a lot of the lower end CNC builds we’ve seen, which almost always rely on 3D-printed parts or even materials sourced from the trash can. And while we certainly applaud every CNC build, this one shows that affordable and easily sourced mechatronics can result in a bolt-up build of considerable capability. [SörenS7]’s BOM for this machine is 100% catalog shopping, from the aluminum extrusion bed and gantry to the linear bearings and recirculating-ball lead screws. The working area is a generous 900 x 400 x 120mm, the steppers are beefy NEMA23s, and the spindle is a 3-kW VFD unit for plenty of power. The video below shows the machine’s impressive performance dry cutting aluminum.

All told, [SörenS7] came in 500 € under budget, which is a tempting price point for a machine this big and capable.

Continue reading “CNC Machine Boasts Big Bed, Impressive Power From Off-the-Shelf Parts”

Converting Parallel Port CNCs To USB

If you’re looking for a small, benchtop CNC machine for PCBs and light milling the ubiquitous Sherline CNC machine is a good choice. There’s a problem with it, though: normally, the Sherline CNC controller runs off the parallel port. While some of us still have a Windows 98 battlestation sitting around, [David] doesn’t. Instead, he built a USB dongle and wrote the software to turn this mini CNC into something usable with a modern computer.

First up, the hardware. The core of this build is the rt-stepper dongle based around the PIC18F2455 microcontroller. With a bare minimum of parts, this chip converts USB into a parallel port for real-time control. It’s fast — at least as fast as the parallel port in the ancient laptops we have sitting around and plugs right into the CNC controller box for the Sherline.

The software is where this really shines. the application used to control this dongle is a hack of the EMC/LinuxCNC project written in nice, portable Python. This application generates the step pulses, but the timing is maintained by the dongle; no real-time kernel needed.

There are a lot of choices out there for a desktop CNC machine made for routing copper clad board, wood, brass, and aluminum. The Othermill is great, and Inventables X-Carve and Carvey are more than up for the task. Still, for something small and relatively cheap, the Sherline is well-regarded, and with this little dongle you can actually use it with a modern computer. Check out the demo video below.

Continue reading “Converting Parallel Port CNCs To USB”

Making Metal Dominoes

Nearly as versatile as a deck of playing cards, dominoes are a great addition to any rainy-day repertoire of game sets. [Apollo] from the Youtube channel [carbide3d] has manufactured for themselves a custom set of domino tiles replete with brass pips.

Cutting the bar stock to the appropriate size, [Apollo] ran a few test engravings and hole sizes for the brass pips. That done, all they had to do was repeat the engraving and milling process another couple dozen times, as well as all the requisite wet and dry sanding, and buffing. [Apollo] opted to use paint marker to add a little extra style to the tiles, and advises any other makers who want to do the same to set their engraving depth to .01″ so  the paint marker won’t be rubbed off when buffing the pieces.

When it came to installing the brass balls, [Apollo] undersized the holes by .001″-.002″ for a snug press fit — adding that the hole depth is a little greater than half the ball’s diameter. They used 1/8″ balls for the pips, and 3/16 balls for the center of the tiles which also allows the tiles to be spun for a bit of fidgeting fun during play. Check out the build video after the break.

Continue reading “Making Metal Dominoes”