adding another rocket model.
This commit is contained in:
parent
0b71aad1f7
commit
1562dbe8a7
3 changed files with 5157 additions and 4 deletions
18
data/mesh/rocket.scad
Normal file
18
data/mesh/rocket.scad
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
$fn = 16;
|
||||
|
||||
translate([0, 0, -0.2]) {
|
||||
cylinder(r=0.05, h=0.4);
|
||||
translate([0, 0, 0.25]) cylinder(r=0.065, h=0.1);
|
||||
translate([0, 0, 0.35]) sphere(r=0.07);
|
||||
translate([0, 0, 0.35]) cylinder(r=0.01, h=0.2);
|
||||
|
||||
for (h=[0.07, 0.2]) {
|
||||
translate([0, 0, h]) {
|
||||
for (i=[0,1,2,3]) {
|
||||
rotate([0, 0, 90*i]) {
|
||||
cube([0.2, 0.01, 0.07], center=true);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
5126
data/mesh/rocket.stl
Normal file
5126
data/mesh/rocket.stl
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue