1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-03 11:43:09 +02:00
This commit is contained in:
Justin Lin
2022-04-06 12:11:38 +08:00
parent c810e30003
commit 029ddc4150
10 changed files with 68 additions and 97 deletions

View File

@@ -12,8 +12,8 @@ rotate([90, 0, -109])
translate([0, -2, -2])
ellipse_extrude(semi_minor_axis, height = 4, slices = slices)
translate([3, 0, -2])
polygon(midpt_smooth(shape_taiwan(170), smooth_times, true));
translate([3, 0, -2])
polygon(midpt_smooth(shape_taiwan(170), smooth_times, true));
// From: https://www.thingiverse.com/thing:1362048
module SD_Mountain(scale) {polyhedron(

View File

@@ -13,12 +13,12 @@ module blocks(points) {
// Well, quick and dirty!!
color("MediumSeaGreen")
translate([3, -5, -27])
for(pt = vx_polygon([for(p = shape_taiwan(92, distance = 1)) [round(p[0]), round(p[1])]], filled = true)) {
translate(pt)
linear_extrude(1, scale = 0.5)
square(1, center = true);
}
translate([3, -5, -27])
for(pt = vx_polygon([for(p = shape_taiwan(92, distance = 1)) [round(p[0]), round(p[1])]], filled = true)) {
translate(pt)
linear_extrude(1, scale = 0.5)
square(1, center = true);
}
color(c = [0.3, 0.3, 0.3]) {
blocks(vx_sphere(10));