TopPlate - Copter naming
This commit is contained in:
parent
d2e4df625b
commit
e4dbea642a
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
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;
|
||||
|
@ -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([-48, 0, 4]) rotate([180, 0, 90])
|
||||
linear_extrude(height = 5)
|
||||
text("Astrid", halign = "center", size = 8);
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue