include <funcs.scad>
coarse = false;
+enable_head_cups = false;
main_dia = 71.2 + 0.50 - 2.26;
top_thick_middle = 4;
}
}
}
- for (r=[0,180])
- rotate([0,0,r])
- translate([-implheadcup_large_dia * .5 - implheadcup_thick/2,
- -implheadcup_large_dia * .0,
- middle_bot_z + 0.1])
- ImplHeadCup();
+ if (enable_head_cups)
+ for (r=[0,180])
+ rotate([0,0,r])
+ translate([-implheadcup_large_dia * .5 - implheadcup_thick/2,
+ -implheadcup_large_dia * .0,
+ middle_bot_z + 0.1])
+ ImplHeadCup();
+
// translate(strap_hoop_thick * [-0.5, 0, +1])
// translate([handling_dia/2, 0, -side_height])
// rotate([0,180,0]) rotate([0,0,90])