round and hex case work and parameteric fixes

This commit is contained in:
Edward Kisiel
2022-08-04 20:44:46 -04:00
parent 82c1d908b6
commit 2d5d3a7c31
4 changed files with 164 additions and 164 deletions

View File

@@ -2356,8 +2356,8 @@ module microusb_open() {
translate([0,0,.5])rotate([90,0,0])
hull() {
translate([6,1.5,-5]) cylinder(d=3.5,h=12);
translate([1,1.5,-5]) cylinder(d=3.5,h=12);
translate([6,1.5,-5]) cylinder(d=3.5,h=9);
translate([1,1.5,-5]) cylinder(d=3.5,h=9);
}
}