mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-16 13:50:05 +01:00
rename
This commit is contained in:
parent
b67f4bf200
commit
d9bc2e29ea
@ -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…
x
Reference in New Issue
Block a user