mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-15 03:43:57 +02:00
Rotated conical horihole.
This commit is contained in:
@@ -159,6 +159,7 @@ module drag_chain_link(type, start = false, end = false, check_kids = true) { //
|
|||||||
horihole(pin_r, r, wall + 2*eps);
|
horihole(pin_r, r, wall + 2*eps);
|
||||||
else
|
else
|
||||||
translate([socket_x, r, -side * (wall / 2 + clearance)])
|
translate([socket_x, r, -side * (wall / 2 + clearance)])
|
||||||
|
rotate(180)
|
||||||
hull() {
|
hull() {
|
||||||
horihole(r = pin_r + pin_h / 2, z = r, h = eps);
|
horihole(r = pin_r + pin_h / 2, z = r, h = eps);
|
||||||
translate_z(side * pin_h)
|
translate_z(side * pin_h)
|
||||||
|
Reference in New Issue
Block a user