brianredbeard / pogo-jig

A tool to generate 3D printable pogo pin jigs with OpenSCAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3d printer pogo jig

image

about

This provides the initial proof of concept (POC) for a tool to generate pogo pin jigs programatically using OpenSCAD.

There are two ways of using this project:

  • Through the use of a Makefile and command line arguments to make
  • Directly editing the file pogo_pin_jig.scad in OpenSCAD

When using the Makefile parameters can be added directly to the command line, e.g.:

$ make dxf ROWS=2 COLS=10

At the present time there is basic support for rendering the following types:

  • STL
  • DXF
  • SVG
  • PNG (for visualization)

The intention is for users to be able to use a generated STL to 3D print a jig or the DXF/SVG to generate a laser cuttable object for building a stacking plate.

This project was originally generated while preparing for the DEF CON 27 badge "da bomb" from Team Ides and talking to Fabienne Serriére

About

A tool to generate 3D printable pogo pin jigs with OpenSCAD

License:GNU Affero General Public License v3.0


Languages

Language:OpenSCAD 57.6%Language:Makefile 42.4%