lepsi pozice diry
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Fri, 3 Nov 2023 15:36:32 +0000 (16:36 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Fri, 3 Nov 2023 15:36:32 +0000 (16:36 +0100)
openscad/train-usb.scad

index 5d86e7f005f870f02ef501c5e6d2931216beb79f..a1706cc66e3dffdeba0a75220284e2fc6055fce7 100644 (file)
@@ -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
 }
This page took 0.138645 seconds and 4 git commands to generate.