Download And Laser Your Own Pulleys

[Scott Swaaley] needed a bunch of timing pulleys for the clock he was building. He had already decided on the MXL profile, but he needed so many of these toothed pulleys in so many configurations (hex-bored, hubless) that it would blow out his budget. Plus, he wanted them transparent as well. So why not just laser them out of acrylic?

Not finding anything useful on the manufacturers’ sites, [Scott] decided to create his own web application to generate the shapes and download them as SVGs, dreaming of a resource like Gear Generator except for timing pulleys instead of involute spur gears. [Scott] has the application running on his GitHub. You can create MXL, XL, and L pulleys with any number of teeth and any hole size. From there you can output as an SVG and laser or mill the pulley.

There’s a lot of potential for projects made with pulleys and we’ve covered them extensively. Check out a 3D-printed strain wave gear, an inexpensive XY table, and even a remote operated gate for more pulley ideas.

Home Built PCB Mill Reportedly Doesn’t Suck

It’s 2017, and getting a PCB professionally made is cheaper and easier than ever. However, unless you’re lucky enough to be in Shenzhen, you might find it difficult to get them quickly, due to the vagaries of international shipping. Whether you want to iterate quickly on designs, or just have the convenience of speed, it can be useful to be able to make your own PCBs at home. [Timo Birnschein] had just such a desire and set about building a PCB mill that doesn’t suck.

It might sound obvious, but it bears thinking about — if you know you’re incapable of building a good PCB mill in a reasonable period of time, you might save yourself a lot of pain and lost weekends by just ordering PCBs elsewhere. [Timo] was fairly confident however that the build would be able to churn out some usable boards, however, and got to work.

The build is meant to be accessible to the average hacker who wants one. The laser cut & 3D printed parts are readily available these days thanks to online services that can manufacture for those who don’t have the machines at home. [Timo] uses a rotary multitool for a spindle, a common choice for a budget CNC build.

With the hardware complete, [Timo] has spent time working on optimising the software side of things. Through careful optimisation of the G-Code, [Timo] has been able to improve performance and reduce stress on the tooling. It’s not enough to just build a good mill — you’ve got to have your G-Code squared away as well.

Overall, the results speak for themselves. The boards don’t suck; the mill can do traces down to 8 mil, and even drill the holes. We’d love to have one on the workbench when busting out some quick prototypes. For another take on the home-built PCB mill, why not check out this snap-together version?

Featured Image

Go Go Camera Slider

Are your arms getting tired from pushing your camera back and forth across your camera slider? That must be the case with [Max Maker], which led him to convert his manual slider into a motorized one.

The electronics are minimal — an Arduino Micro, a few toggle switches, A4988 Stepper Driver, 12V battery pack, and the ever popular NEMA 17 stepper motor. If you’re wondering why we said ‘switches’ instead of ‘switch’, it’s because 4 of the switches are used to select a time frame. The time frame being how long it takes for the slider to move from one end to the other.

Fabrication shown off in the video below will net you a few new tricks. Our favorite is how he makes a template for the NEMA motor using masking tape. After completely covering the face of the motor with tape, he clearly marks the mounting holes and colors in the shape of the motor plate as if he were doing frottage. Then just pull the tape off as one and stick it onto the slider rack.

Not including the cost of the slider itself, the parts list came out to be around $75. Even if you don’t yet own a slider, this a great first adventure into building a CNC machine. It is one degree of freedom and the hard parts have already been taken care of by the manufacturer of the slider. Get used to using belts and programming for stepper motors and you’ll be whipping up your own 3D printer with a fancy belt scheme for the Z-axis.

Continue reading “Go Go Camera Slider”

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”