1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-16 13:50:05 +01:00
This commit is contained in:
Justin Lin 2022-03-21 09:49:16 +08:00
parent b67f4bf200
commit d9bc2e29ea

View File

@ -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) {