rename
This commit is contained in:
parent
b67f4bf200
commit
d9bc2e29ea
1 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ use <maze/mz_hamiltonian.scad>;
|
|||
cell_width = 5;
|
||||
wall_thickness = 1.6;
|
||||
|
||||
maze_tai_chi(cell_width, wall_thickness);
|
||||
maze_yinyan(cell_width, wall_thickness);
|
||||
|
||||
module maze_tai_chi(cell_width, wall_thickness) {
|
||||
module maze_yinyan(cell_width, wall_thickness) {
|
||||
seed = 15;
|
||||
|
||||
module maze(mask, start, cell_width, wall_thickness, seed) {
|
||||
Loading…
Reference in a new issue