Thingiverse
OpenSCAD 2D honeycomb shape module
door fumbucker
30
Downloads
28
Likes
0
Makes
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.
`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.
Heb je dit model geprint? Inloggen en deel je make!
Log in om een reactie achter te laten
InloggenNog geen reacties – wees de eerste!