Skip to content
Snippets Groups Projects
Commit d6e739d6 authored by Manuel Schmidt's avatar Manuel Schmidt
Browse files

Anpassung Durchbruch Flachbandkabel

parent 7eb0f1fa
No related branches found
No related tags found
No related merge requests found
...@@ -436,8 +436,14 @@ module case_raspberryPi_screwcylinder(x, y, z, visibility) { ...@@ -436,8 +436,14 @@ module case_raspberryPi_screwcylinder(x, y, z, visibility) {
module screwcylinder(x, y, z, visibility) { module screwcylinder(x, y, z, visibility) {
echo("Schraubzylinder erstellen"); echo("Schraubzylinder erstellen");
difference(){ difference(){
translate([x, y, z]) color([0.4, 0.4, 0.4], visibility) rotate([0, 0, 0]) cylinder(5, 3, 3, $fn=50, true); translate([x, y, z])
translate([x, y, z]) rotate([0, 0, 0]) cylinder(6, 1.2, 1.2, $fn=50, true); color([0.4, 0.4, 0.4], visibility)
rotate([0, 0, 0])
cylinder(5, 3, 3, $fn=50, true);
translate([x, y, z])
rotate([0, 0, 0])
cylinder(8, 1.2, 1.2, $fn=50, true);
} }
} }
...@@ -669,7 +675,7 @@ module case_ground_plate(x, y, z, visibility) { ...@@ -669,7 +675,7 @@ module case_ground_plate(x, y, z, visibility) {
cube([95, 62, 2]); cube([95, 62, 2]);
translate([x+4, y+4, z-0.1]) translate([x+4, y+4, z-0.1])
cube([2, 20, 2.2]); cube([6, 20, 2.2]);
} }
} }
...@@ -998,7 +1004,8 @@ module case_camera_screwcylinder1(x, y, z, visibility) { ...@@ -998,7 +1004,8 @@ module case_camera_screwcylinder1(x, y, z, visibility) {
difference(){ difference(){
translate([x, y, z]) translate([x, y, z])
color([0.4, 0.4, 0.4], visibility) color([0.4, 0.4, 0.4], visibility)
rotate([0, 0, 0]) cylinder(5, 3, 3, $fn=50, true); rotate([0, 0, 0])
cylinder(5, 3, 3, $fn=50, true);
translate([x, y, z]) translate([x, y, z])
rotate([0, 0, 0]) rotate([0, 0, 0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment