more designs
This commit is contained in:
17
raspberry_pi_cr-10_holder.scad
Normal file
17
raspberry_pi_cr-10_holder.scad
Normal file
@@ -0,0 +1,17 @@
|
||||
linear_extrude(height=4){
|
||||
polygon([
|
||||
[-5.5,0.0],
|
||||
[0.0,0.0],
|
||||
[0.0,6.0],
|
||||
[7.5,6.0],
|
||||
[7.5,-20.0],
|
||||
[15,-20.0],
|
||||
[15,-14.0],
|
||||
[14,-14.0],
|
||||
[14,-18.0],
|
||||
[9.5,-18.0],
|
||||
[9.5,8.0],
|
||||
[-5.5,8.0],
|
||||
[-5.5,0.0]]
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user