TopPlate - Copter naming

This commit is contained in:
Thomas Schwery 2015-12-29 01:00:49 +01:00
parent d2e4df625b
commit e4dbea642a

View file

@ -1,5 +1,9 @@
rotate([180, 0, 0]) translate([-112, -67, -3]) { rotate([180, 0, 0]) translate([-112, -67, -3]) {
//import("/home/valdor/Downloads/Crossfire_2/C2TopPlate.stl"); //import("Crossfire_2/C2TopPlate.stl");
}
translate([-99, -101, 0]) rotate([0, 0, 45]) translate([-650, -185, 0]) {
//import("Crossfire_2/ArmTall4H.stl");
} }
$fn=20; $fn=20;
@ -75,6 +79,9 @@ intersection() {
translate([ 31, 0, 2]) cylinder(d = 3, center = true, h = 4); translate([ 31, 0, 2]) cylinder(d = 3, center = true, h = 4);
translate([- 31, 0, 2]) cylinder(d = 3, center = true, h = 4); translate([- 31, 0, 2]) cylinder(d = 3, center = true, h = 4);
translate([-48, 0, 4]) rotate([180, 0, 90])
linear_extrude(height = 5)
text("Astrid", halign = "center", size = 8);
} }
} }
} }