mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 06:47:46 +02:00
rename
This commit is contained in:
@@ -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) {
|
Reference in New Issue
Block a user