1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 18:22:08 +02:00
This commit is contained in:
Justin Lin
2020-12-08 17:59:28 +08:00
parent 9a58ffc38c
commit 079f4e4cb4
12 changed files with 23 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ use <line2d.scad>;
use <hollow_out.scad>;
use <ellipse_extrude.scad>;
use <arc.scad>;
use <maze/mz_blocks.scad>;
use <maze/mz_square_blocks.scad>;
use <maze/mz_get.scad>;
radius_of_heart = 12;
@@ -106,7 +106,7 @@ module heart_maze(maze, radius, cblocks, levels, thickness = 1) {
}
}
maze = mz_blocks(
maze = mz_square_blocks(
[1, 1],
cblocks, levels, y_circular = true
);