Hole grid / pegboard / peg grid generator
76
Descargas
48
Likes
1
Makes
OpenSCAD library to generate various parametric pegboard-like shapes, i.e. perforated rectangles.
Customiser enabled.
The master version of this library is [on github](https://github.com/ringerc/openscad-pegboard-peggrid); it isn't guaranteed that the Thingiverse copy will be updated with all minor changes.
Current update corresponds to github revision 024dd82.
## Basic Usage
Download `pegboard.scad` and put it in the same directory as your project, add the location to your openscad include search path, or
```
use
board_dimensions = [30, 30, 3]; // 30mm x 30mm rectangle, 3mm thick
hole_diameter = 3; // 3mm holes
hole_pitch = 6; // hole centers 6mm apart
pegboard(board_dimensions, hole_diameter, hole_pitch);
```
(It's better to put it on the OpenSCAD library path rather than putting it in your project directory, but that'll get you started).
## Configuration
See `pegboard.scad`, its tests and its examples for things you can do with it.
## Deriv
Customiser enabled.
The master version of this library is [on github](https://github.com/ringerc/openscad-pegboard-peggrid); it isn't guaranteed that the Thingiverse copy will be updated with all minor changes.
Current update corresponds to github revision 024dd82.
## Basic Usage
Download `pegboard.scad` and put it in the same directory as your project, add the location to your openscad include search path, or
```
use
board_dimensions = [30, 30, 3]; // 30mm x 30mm rectangle, 3mm thick
hole_diameter = 3; // 3mm holes
hole_pitch = 6; // hole centers 6mm apart
pegboard(board_dimensions, hole_diameter, hole_pitch);
```
(It's better to put it on the OpenSCAD library path rather than putting it in your project directory, but that'll get you started).
## Configuration
See `pegboard.scad`, its tests and its examples for things you can do with it.
## Deriv
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!