organize project structure
This commit is contained in:
10
练习/套在一起的环.scad
Normal file
10
练习/套在一起的环.scad
Normal file
@ -0,0 +1,10 @@
|
||||
translate([0, 0, 0])
|
||||
rotate([30, 30, 0])
|
||||
rotate_extrude(angle=360)
|
||||
translate([5, 0, 0])
|
||||
circle(1);
|
||||
translate([2, 3, 2])
|
||||
rotate([30, -30, 0])
|
||||
rotate_extrude(angle=360)
|
||||
translate([5, 0, 0])
|
||||
circle(1);
|
Reference in New Issue
Block a user