1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 17:54:18 +02:00
This commit is contained in:
Justin Lin
2021-08-22 20:32:47 +08:00
parent 433040f363
commit 3390b0587d

View File

@@ -9,7 +9,7 @@ smoothing = false; // warning: previewing is slow if it's true.
scale(smoothing ? 0.985 : 1) scale(smoothing ? 0.985 : 1)
tumbler(); tumbler();
wish_decoration(); wish_decoration(text, font, font_size);
module tumbler() { module tumbler() {
radius = 10; radius = 10;
@@ -140,7 +140,7 @@ module tumbler() {
} }
} }
module wish_decoration() { module wish_decoration(text, font, font_size) {
$fn = 48; $fn = 48;
translate([0, -2, 0]) translate([0, -2, 0])