An Open Source Modular Flexure Construction Set

Flexures are one of those innocent-looking mechanisms that one finds inside practically any kind of consumer device. Providing constrained movements with small displacements, complete with controlled tension, they can be rather tricky to design. GrabCAD designer [Vyacheslav Popov] hails from Ukraine, and due to the current situation there, plans to sell a collection of flexure building blocks became difficult. In the end, [Vyacheslav] decided to generously release his work open source, for all to enjoy. This collection is quite extensive, looking like it could solve a huge variety of flexure design problems. (Links to the first three sets: Set00Set01Set02 but check the author’s collection page for many others)

It’s not just those super-cheap mechanisms in throw-away gadgets that leverage flexures, it’s much more. The Mars rovers use flexure-based suspension, scientific instruments (interferometers and the like) make use of them for small motions where specific axis constraints are needed, and finally, MEMS accelerometers and gyroscopes are based entirely upon them. We’re not even going to try to name examples of flexures in the natural world. They’re everywhere. And, now we’ve got some more design examples to use, so why not flex your flexure muscles and send one to the 3D printer and have a play?

We see flexures here quite a bit, like this nice demonstration of achievable accuracy. Flexures can make some delicious mechanisms, and neat 3D printable input devices.

Thanks to [Addison] for the tip!

KiCad Script Hack For Better Mechanical CAD Export

Open source EDA software KiCad has been gaining a lot of traction recently. CERN has been devoting resources to introduce many new advanced features such as differential pair tracks, push and shove routing and this plenty more scheduled in the pipeline. One important requirement of EDA packages is a seamless interface with mechanical CAD packages by exporting 3D models in industry common formats. This improves collaboration and allows further engineering designs such as enclosures and panels to be produced.

KiCad has had a 3D viewer available for quite a long time. But it uses the VRML mesh format (.wrl files) and there are compatibility issues which prevent it from rendering certain versions of VRML files. Moreover, the VRML mesh export is not particularly useful since it cannot be easily manipulated in mechanical CAD software. Recent versions of KiCad now offer IDFv3 format export – the Intermediate Data Format, a mechanical data exchange specification for the design and analysis of printed wiring assemblies. Taking advantage of this new feature, [Maurice] created KiCad StepUp – an export script that allows collaborative exchange between KiCad and FreeCAD.

A FreeCAD macro and a corresponding configuration file are added to the KiCad project folder. You start with .STEP files for all the components used in the KiCad design. The next step is to convert and save all .STEP files as .WRL format using FreeCAD. On the KiCad side, you use the .WRL files as usual. When you want to export the board, use the IDFv3 option in KiCad. When [Maurice]’s StepUp script is run (outside of KiCad) it replaces all instances of .WRL files with the equivalent .STEP versions and imports the board as well as the components in to FreeCAD as .STEP models. The result is a board and its populated components which can be manipulated as regular 3D objects.

Continue reading “KiCad Script Hack For Better Mechanical CAD Export”