1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-09 08:16:50 +02:00
This commit is contained in:
Justin Lin
2020-02-16 16:31:02 +08:00
parent ec5bc38c18
commit 246a3a3d84

View File

@@ -1,6 +1,6 @@
use <arc.scad>;
use <square_maze.scad>;
use <heart_maze.scad>;
use <experimental/mz_blocks.scad>;
names = ["Justin", "Monica"];
font_name = "Arial Black";
@@ -31,9 +31,9 @@ module heart_base(name, font_name, font_size, radius, ring_thickness, tip_r_of_h
}
module heart2heart_maze(names, font_name, font_size, radius_of_heart, tip_r_of_heart, wall_thickness, cblocks, levels, spacing) {
maze = go_maze(1, 1,
starting_maze(cblocks, levels),
cblocks, levels, y_circular = true
maze = mz_blocks(
[1, 1],
cblocks, levels, y_circular = true
);
translate([0, 0, wall_thickness])