Tweaked cap inner diameter

Generated pdf from dfx
This commit is contained in:
Sebastian 2017-09-06 23:36:59 +02:00
parent fbae6cc166
commit c7657cee57
4 changed files with 5153 additions and 5466 deletions

View File

@ -14,15 +14,14 @@ module cap(height) {
}
union() {
cylinder(d = support_cap_inner_dia,
h = height);
h = height * 0.75);
translate([0, 0, height])
cylinder(d = insert_hole_dia,
h = insert_length);
cylinder(d = insert_hole_dia,
h = height + insert_length);
translate([0, 0, support_cap_hole_height])
rotate([0, 90, 0])
#cylinder(d = support_cap_hole_dia,
cylinder(d = support_cap_hole_dia,
h = support_cap_outer_dia,
center = true);
}

View File

@ -21,7 +21,7 @@ middle_short_loop_arms_height = 36.95;
middle_long_loop_arms_height = 19.05;
support_cap_outer_dia = 20;
support_cap_inner_dia = 10;
support_cap_inner_dia = 14;
support_cap_hole_height = 5;
support_cap_hole_dia = 3;
short_support_cap_height = 12.3;

10608
lengths.dxf

File diff suppressed because it is too large Load Diff

BIN
lengths.pdf Normal file

Binary file not shown.