mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 10:11:53 +02:00
diff directly
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
module joint_T(shaft_r, shaft_h, t_leng, ring_thickness, spacing = 0.5, center = false) {
|
module joint_T(shaft_r, shaft_h, t_leng, ring_thickness, spacing = 0.5, center = false) {
|
||||||
ring_r = shaft_r + spacing + ring_thickness;
|
ring_r = shaft_r + spacing + ring_thickness;
|
||||||
module joint_ring() {
|
module joint_ring() {
|
||||||
hollow_out(ring_thickness)
|
difference() {
|
||||||
circle(ring_r);
|
circle(ring_r);
|
||||||
|
circle(ring_r - ring_thickness);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
half_h = shaft_h / 2;
|
half_h = shaft_h / 2;
|
||||||
|
Reference in New Issue
Block a user