1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 08:44:20 +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 <arc.scad>;
use <square_maze.scad>;
use <heart_maze.scad>; use <heart_maze.scad>;
use <experimental/mz_blocks.scad>;
names = ["Justin", "Monica"]; names = ["Justin", "Monica"];
font_name = "Arial Black"; font_name = "Arial Black";
@@ -31,8 +31,8 @@ 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) { 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, maze = mz_blocks(
starting_maze(cblocks, levels), [1, 1],
cblocks, levels, y_circular = true cblocks, levels, y_circular = true
); );