mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 08:44:20 +02:00
refactor
This commit is contained in:
@@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user