mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
diff not necessary
This commit is contained in:
@@ -62,8 +62,7 @@ module triangle2square(tri_side_leng, height, spacing, ring_width, shaft_r) {
|
||||
|
||||
offsetd = -spacing / 2;
|
||||
tri_sq = triangle_square(tri_side_leng);
|
||||
linear_extrude(height) difference() {
|
||||
union() {
|
||||
linear_extrude(height) {
|
||||
difference() {
|
||||
offset(offsetd) polygon(tri_sq[0][0]);
|
||||
translate(tri_sq[1][2]) circle(joint_r_outermost);
|
||||
@@ -84,9 +83,8 @@ module triangle2square(tri_side_leng, height, spacing, ring_width, shaft_r) {
|
||||
translate(tri_sq[1][2]) circle(joint_ring_inner);
|
||||
translate(tri_sq[1][1]) circle(joint_r_outermost);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
translate(tri_sq[1][0]) rotate(65) joint();
|
||||
translate(tri_sq[1][1]) rotate(170) joint();
|
||||
|
Reference in New Issue
Block a user