Honeycomb like designs based off of an inputted image. The attached OpenSCAD script just needs a 2d array named "data" declared to work. This array is built by using the python script within the GitHub repo that takes in an image, converts it to grayscale, scales it, and spits out data based off of various options.
With no image data provided, the script will generate a random grid of hexagons. This should allow for simple use in the Customizer.
Also, be sure to export from OpenSCAD as AMF and not STL to avoid getting broken edges.
View the GitHub page for more: https://github.com/sluebbert/honeycombs
example1.stl | 507.3KB | |
example2.amf | 4.2MB | |
honeycombs.scad | 4.7KB |