Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 508 Bytes

File metadata and controls

13 lines (9 loc) · 508 Bytes

random_maze_pyramid_generator.scad

This is a random maze pyramid generator. It's based on Random maze triangle generator. You may change the following parameters to generate a maze pyramid, different every time:

  • side_length
  • wall_thickness
  • wall_height
  • cblocks
  • levels
  • ring

Random Maze Pyramid Generator