Add cups as oscad files
This commit is contained in:
parent
80007e0c9a
commit
db9892f52a
5 changed files with 134 additions and 0 deletions
19
OSCAD/coffee_cup_stack.scad
Normal file
19
OSCAD/coffee_cup_stack.scad
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
difference() {
|
||||
translate([0,0,20])
|
||||
cylinder(h = 70, r = 40);
|
||||
translate([0,0,10])
|
||||
cylinder(h = 90, r =35);
|
||||
}
|
||||
cylinder(h = 20, r = 35);
|
||||
|
||||
difference(){
|
||||
rotate([90,0,0])
|
||||
translate ([40,60,-5])
|
||||
difference(){
|
||||
cylinder(h = 10, r = 30);
|
||||
translate([2,0,-3])
|
||||
cylinder(h = 15, r = 25);
|
||||
}
|
||||
translate([-50,-50,0])
|
||||
cube(90);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue