mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-03 11:43:09 +02:00
format
This commit is contained in:
@@ -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(
|
||||
|
@@ -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));
|
||||
|
Reference in New Issue
Block a user