mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
rename param
This commit is contained in:
@@ -40,7 +40,7 @@ module floor_stand(width, height, thickness, spacing) {
|
|||||||
linear_extrude(width / 1.5, center = true)
|
linear_extrude(width / 1.5, center = true)
|
||||||
circle(thickness, $fn = 24);
|
circle(thickness, $fn = 24);
|
||||||
|
|
||||||
cone(half_th - spacing, length = half_w / 1.5 - spacing, spacing = spacing, heads = true, void = true);
|
cone(half_th - spacing, length = half_w / 1.5 - spacing, spacing = spacing, ends = true, void = true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -62,7 +62,7 @@ module floor_stand(width, height, thickness, spacing) {
|
|||||||
rotate([0, 90, 0]) {
|
rotate([0, 90, 0]) {
|
||||||
linear_extrude(width / 1.5 - double_spacing, center = true)
|
linear_extrude(width / 1.5 - double_spacing, center = true)
|
||||||
circle(half_th, $fn = 24);
|
circle(half_th, $fn = 24);
|
||||||
cone(half_th - spacing, length = half_w / 1.5 - spacing, spacing = spacing, heads = true);
|
cone(half_th - spacing, length = half_w / 1.5 - spacing, spacing = spacing, ends = true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user