Bild hinzugefügt

This commit is contained in:
2022-01-16 14:47:02 +01:00
parent 26e96040e0
commit 0a5874ba75
3 changed files with 11 additions and 9 deletions

View File

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

BIN
images/wa.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -6,8 +6,8 @@ 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();
}
@@ -22,7 +22,7 @@ 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();