Random Maze Generator

Random Maze Generator

prusaprinters

<p>Python script to generate a random 2D maze of any size using Eller's Algorithm. The output is an OpenSCAD array definition with blanks and walls represented as 0 and 1 respectively.</p> <p>For more information on Eller's Algorithm see here:<br/> <a href="http://weblog.jamisbuck.org/2010/12/29/maze-generation-eller-s-algorithm">http://weblog.jamisbuck.org/2010/12/29/maze-generation-eller-s-algorithm</a></p> <h3> Instructions</h3> <p>I intend to eventually use this for randomly generating a maze bolt/box with smooth inner walls.</p> <p>The number of horizontal and vertical cells are specified on the command line:</p> <p>./eller_generator.py 15 5 &gt; maze_new.scad</p> <p>Generating the maze definition should be very quick, but compiling in OpenSCAD may take a while depending on the size of the maze.</p> <p>Using the minkowski sum, you can generate rounded edges (see the 'punch' STL/SCAD file). Comping this takes ages (about 5 mins for the example file due to intersecting edges), but displaying is fairly quick.</p> <p>Update 2013-Dec-26.1: fixed an X/Y bug in the OpenSCAD code for drawing the maze<br/> Update 2013-Dec-26.2: fixed floating point division bug in punch down probability calculation<br/> Update 2013-Dec-26.3: adjusted maze extrude height to maze height<br/> Update 2013-Dec-27: Fixed set union bug that was causing loops to form</p> Category: Other

Download Model from prusaprinters

With this file you will be able to print Random Maze Generator with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Random Maze Generator.