From: Tomas Mudrunka Date: Fri, 3 Nov 2023 15:36:32 +0000 (+0100) Subject: lepsi pozice diry X-Git-Url: http://git.harvie.cz/?p=mirrors%2FDesigns.git;a=commitdiff_plain;h=7f314f387e3cbe2550b64a9501a82bbbfba17ad3 lepsi pozice diry --- diff --git a/openscad/train-usb.scad b/openscad/train-usb.scad index 5d86e7f..a1706cc 100644 --- a/openscad/train-usb.scad +++ b/openscad/train-usb.scad @@ -9,16 +9,16 @@ difference() { translate([-4,-3/2,0]) cube([26,27,33.9]); translate([7,12,0]) cylinder(d=30, h=33.9, $fn=100); } - translate([9,23.5/2,-7]) cylinder(d=20, h=7); + translate([9,23.5/2,-8]) cylinder(d=20, h=7); } union() { - cube([2,24,34]); + cube([2,24,34]); //PCB intersection() { translate([2,2,0]) cube([18,20,34]); translate([7,12,0]) cylinder(d=26, h=33.9, $fn=100); } translate([-2,2,0]) cube([2,20,34]); - translate([7+4,24/2,-20]) cylinder(d=10.2, h=100); //same + translate([7+3.5,24/2,-20]) cylinder(d=10.2, h=100); //same difference() { translate([20,6.5,30]) rotate([90,90,90]) @@ -29,6 +29,6 @@ difference() { } difference() { - translate([7+4,24/2,0]) cylinder(d=15, h=2); - translate([7+4,24/2,-20]) cylinder(d=10.2, h=100); //same + translate([7+3.5,24/2,0]) cylinder(d=15, h=2); + translate([7+3.5,24/2,-20]) cylinder(d=10.2, h=100); //same }