OpenSCAD 2D honeycomb shape module by fumbucker 3d model
3dmdb logo
Thingiverse
OpenSCAD 2D honeycomb shape module by fumbucker

OpenSCAD 2D honeycomb shape module by fumbucker

by Thingiverse
Last crawled date: 4 years, 3 months ago
Include in your project by:include ;
Make a honeycomb by:honeycomb(r=4, thickness=2, cols=5, rows=4, center=true);
Module args are:
r float radius of hexagons
thickness float thickness of hexagon walls
cols int how many hexagons per row
rows int number of rows
center bool center generated shape
Use linear_extrude() to make it 3D.
Update 19/03/2017
Added module honeycomb_square() which lets you specify x and y rather than rows and cols so it's easier to fit into your design.

Tags