Add text to super8 120m reel
This commit is contained in:
parent
49bd518255
commit
8dd73f976a
|
@ -122,7 +122,10 @@ module split_reel_super8_A ( length = 120) {
|
||||||
|
|
||||||
difference () {
|
difference () {
|
||||||
union () {
|
union () {
|
||||||
|
difference () {
|
||||||
platter([0, 0, 0], length = length);
|
platter([0, 0, 0], length = length);
|
||||||
|
translate([0, 0, -0.5]) rotate([180, 0, 0]) rotate([0, 0, (5 * 3.75) / 2]) rotary_text(["S", "u", "p", "e", "r", "8", " ", " ", "1", "2", "0", "m", "/", "4", "0", "0", "f", "t"], D = Platter120m - 15, CharacterAngle=3.75);
|
||||||
|
}
|
||||||
threaded_core([0, 0, (PlatterThickness / 2) + (BaseH / 2)], format = "super8");
|
threaded_core([0, 0, (PlatterThickness / 2) + (BaseH / 2)], format = "super8");
|
||||||
rotate([0, 0, 135]) translate([18.5, 0, (PlatterThickness / 2) + (NotchH / 2)]) cylinder(r = R(6.25), h = NotchH, center = true, $fn = 60);
|
rotate([0, 0, 135]) translate([18.5, 0, (PlatterThickness / 2) + (NotchH / 2)]) cylinder(r = R(6.25), h = NotchH, center = true, $fn = 60);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue