Skip to content

brianredbeard/pogo-jig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published