Browse Source

Bild hinzugefügt

main
Stephan Richter 2 years ago
parent
commit
0a5874ba75
  1. 2
      README.md
  2. BIN
      images/wa.gif
  3. 18
      wa.scad

2
README.md

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
# Weichenantrieb-Atrappe
![Bild](images/wa.gif)
für Modellbahn

BIN
images/wa.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

18
wa.scad

@ -6,23 +6,23 @@ module kasten(){ @@ -6,23 +6,23 @@ module kasten(){
d2=1.5;
difference(){
hull(){
translate([-(b-d1)/2,0,0])cube([b-d1,l,h],translate);
translate([-b/2,0,0])cube([b,l,h-d2],translate);
translate([-(b-d1)/2,0,0])cube([b-d1,l,h]);
translate([-b/2,0,0])cube([b,l,h-d2]);
}
schwelle();
}
translate([0,0.8,h])cube([b-d1,0.4,0.1],true);
translate([0,2.9,h])cube([b-d1,0.4,0.1],true);
translate([0,5,h])cube([b-d1,0.4,0.1],true);
translate([0,7.1,h])cube([b-d1,0.4,0.1],true);
translate([0,9.2,h])cube([b-d1,0.4,0.1],true);
translate([0,0.8,h]) cube([b-d1,0.4,0.1],true);
translate([0,2.9,h]) cube([b-d1,0.4,0.1],true);
translate([0,5,h]) cube([b-d1,0.4,0.1],true);
translate([0,7.1,h]) cube([b-d1,0.4,0.1],true);
translate([0,9.2,h]) cube([b-d1,0.4,0.1],true);
}
module schwelle(){
b=6;
l=30;
h=2.5;
translate([-b/2,1,0])cube([b,l,h]);
translate([-b/2,1,-1])cube([b,l,h+1]);
}
kasten();
color([0.46,0.50,0.5]) kasten();

Loading…
Cancel
Save