Skip to main content

Modular fixture plates perfect for small production runs

If you’ve ever done any small production runs of anything that needs a bit of assembly, you know that jigs and fixtures are a huge time saver. However, these usually need to be mounted, which means you end up drilling holes in your workbench or making one-off mounting plates. [Jim Smith] is no stranger to this problem, and created the Pact Plate, an affordable modular fixture plate and is running a Kickstarter campaign to get it produced.

Each plate 150 mm × 150 mm in size with a 25 × 25 mm grid of holes with M4 threaded inserts. This allows quickly and easily mounted to and removed from the plate without the need to drill additional holes. Plates can be bolted together to form larger plates. The demo video shows him using a variety of 3D printed jigs, toggle clamps, PCB and part holders (available for download) and even a robot to quickly set up small assembly stations. This could also save a lot of time during the prototyping and development phases to hold parts in place.

[Jim]’s prototypes are all 3D printed, but want’s to get tooling made to produce the plates using injection moulding. He doesn’t say what material he intends to use, but it’s likely some type of fibre reinforced plastic. He claims the rigidity is close to that of die-cast aluminium. One addition we would like to see is some plugs for the unused hole to prevent small components from falling into them.

While fixture plates are nothing new, they are usually way more expensive than the $20 Pact Plate. There are always risks with crowd funding campaigns but it looks like [Jim] has all his bases covered pretty well. The prototyping work is done so only tooling needs to be made and samples tested, which should be fairly straight forward for a design like this.

We’ve featured some of [Jim]’s projects before, including a 3D printed kayak and the massive 3D printer he used to print it.



from Hackaday https://ift.tt/2mP5YsN

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...