The file 'OpenSCAD Parametric Honeycomb & Foundation Library 3D Printer Model' is (scad,stl) file type, size is 186.3KB.
This is a parametric generator for plastic foundation for honeycomb, using a proper rhombic cell base at the ideal angle. It is intended to be used in other projects, not printed directly. The STL is just meant as a visual example, don't try to print it by itself.
NOTE: This is as-yet untested with actual bees, and it'll be a while before I can do so. Let me know if you have any luck, or don't!
Opening and rendering the file generates an example sheet of 100x100mm foundation, with a 1mm thick backbone.
You can use it in your project by dropping in the same folder and running:
use <honeycomb.scad>;
You can generate sheets of foundation with the foundation_sheet module, taking the following parameters:
Note that bees care which way around the foundation goes. The hexagons should be pointing up and down vertically in the hive, not side to side horizontally.
The thickness of the whole sheet, including the rhombic cell base, is non-trivial to calculate, so a helper function is available called foundation_sheet_thickness. This takes the cell size, backbone, and draw for the sheet and returns its thickness.
Licence is BSD, so you can pretty much use for anything.
EDIT 1: Fix for cell shape thanks to https://www.thingiverse.com/JLSJ
honeycomb.scad | 2.3KB | |
honeycomb.stl | 1.1MB |