This is an OpenSCAD library that allows you to create male or female pin headers of varying specifications. To use:include <..pin_headers.scad>;=======================================then go nuts with itpin_header(); calls the module, your options are:"height" - This sets the total length of the pin. Only really useful for male pin headers. Default is 12mm."upper" - This sets the length of the pin above the stopper for male pin headers, or sets the height of the plastic shroud for female pin headers. Default is 7mm."lower" - This sets the length of pin below the plastic shroud. This is only useful for female pin headers. Default 3mm."rows" - This sets the number of rows, i.e. how long the header is. Default is 3."cols" - This sets the number of columns, i.e. how wide the header is. Default is 2."male" - This sets whether you produce male or female pin headers. Using a value of 1, or omitting the variable at all, gives you a male header. Using any other value gives you a female header. Default is 1.