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

View File

@@ -69,7 +69,6 @@ module senbon_torii(rows, columns, start, width, height) {
} }
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");