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