Bild hinzugefügt
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
# Weichenantrieb-Atrappe
|
# Weichenantrieb-Atrappe
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
für Modellbahn
|
für Modellbahn
|
||||||
BIN
images/wa.gif
Normal file
BIN
images/wa.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
18
wa.scad
18
wa.scad
@@ -6,23 +6,23 @@ module kasten(){
|
|||||||
d2=1.5;
|
d2=1.5;
|
||||||
difference(){
|
difference(){
|
||||||
hull(){
|
hull(){
|
||||||
translate([-(b-d1)/2,0,0])cube([b-d1,l,h],translate);
|
translate([-(b-d1)/2,0,0])cube([b-d1,l,h]);
|
||||||
translate([-b/2,0,0])cube([b,l,h-d2],translate);
|
translate([-b/2,0,0])cube([b,l,h-d2]);
|
||||||
}
|
}
|
||||||
schwelle();
|
schwelle();
|
||||||
}
|
}
|
||||||
translate([0,0.8,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,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,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,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,9.2,h]) cube([b-d1,0.4,0.1],true);
|
||||||
}
|
}
|
||||||
|
|
||||||
module schwelle(){
|
module schwelle(){
|
||||||
b=6;
|
b=6;
|
||||||
l=30;
|
l=30;
|
||||||
h=2.5;
|
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();
|
||||||
|
|||||||
Reference in New Issue
Block a user