1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-04 13:57:33 +02:00
This commit is contained in:
Justin Lin
2020-03-15 17:58:03 +08:00
parent 5879706556
commit 9a4db69887

View File

@@ -12,9 +12,9 @@ module senbon_torii(rows, columns, start, width, height) {
color("LightSalmon") color("LightSalmon")
translate(line[0]) translate(line[0])
rotate([90, 0, fa]) rotate([90, 0, fa])
linear_extrude(.1, center = true) linear_extrude(.1, center = true)
translate([0, .175]) translate([0, .175])
children(0); children(0);
// middle torris // middle torris
for(i = [0:leng - 2]) { for(i = [0:leng - 2]) {
@@ -68,11 +68,10 @@ module senbon_torii(rows, columns, start, width, height) {
children(1); children(1);
} }
module torii_symbol() { module torii_symbol() {
difference() { difference() {
translate([-0.025, 0.025]) translate([-0.025, 0.025])
text("⛩", font = "Segoe UI Emoji", size = 0.5 * 0.7, halign = "center"); text("⛩", font = "Segoe UI Emoji", size = 0.5 * 0.7, halign = "center");
*translate([0, .285]) *translate([0, .285])
square([.275, .1], center = true); square([.275, .1], center = true);