April 29, 2025
Description
I wanted a way of adding my various screwdrivers to a honeycomb wall for easy access but didn't find any model that fit all the different sizes so I created this parametric one.
I've uploaded the stl files I generated for my holzer screwdrivers but the attached OpenSCAD file can be used to generate pegs for any screwdriver. The file is also available at https://github.com/danielandrei/OpenSCAD/tree/main/honeycomb_wall/screwdriver_insert
The model can be used to generate a hexagonal peg to insert in the honeycomb wall with a customizable number of custom sized cutouts to accomodate different size screwdrivers. The length of the suport is computed to accomodate all the screwdrivers specified.
The model offers the following customizable parameters:
| Name | Type | Description |
|---|---|---|
| hex_diameter | float | diameter of the insert (the part that goes into the wall). This is configurable to account for variations in accuracy and also to allow using adapters like Elegant Screwiverse Inserts for Honeycomb Storage Wall |
| wall_insert_length | float | Length of the wall insert |
| support_diameter | float | Diameter of the support part (the part that holds the screwdrivers). This allows to make the support part wider for bigger screwdrivers or narrower to save filament and print time |
| screwdriver_measurements | text | This allows specifying and arbitrary number of screwdrivers measurements. This is basically a matrix of measurements but the openscad customizer doesn't allow editing matrices so this string is parsed into one. Screwdriver slots are separated with | characters. Each slot needs to specify a comma separated list of float values for the following measurements: min_shaft_diameter,max_shaft_diameter,base_diameter,base_height,max_handle_diameter. No spaces or other characters should be present in the string |
The following measurements need to be taken for each screwdriver slot:
License:
Creative Commons — Attribution — Noncommercial
9