The file 'Hex Maze Pyramid 3D Printer Model' is (scad,stl) file type, size is 583.4KB.
Maze pyramid generator is a thing I published at the beginning of 2016. It's based on Random maze generator.
One day, I thought... why not making a pyramid based on Hex maze generator?
One thing I have to consider is that hex maze is not a square, but it can be approximated. After carefully calculated, it has a relation of y_cells = round(0.866 * x_cells - 0.211)
. With a greater x_cells
, y_cells
would be a round number for x_cells
. The width and length of the bottom would be approximately equaled.
You may be interested in Pyramidal staircase maze.
Find all my mazes in the collection "maze generators".
hex_maze_pyramid.scad | 9.3KB | |
hex_maze_pyramid.stl | 7.4MB |