added own OpenScad models
This commit is contained in:
BIN
openscad/own/expressCardHolder/img/IMG_20141108_140438.jpg
Normal file
BIN
openscad/own/expressCardHolder/img/IMG_20141108_140438.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
BIN
openscad/own/expressCardHolder/img/IMG_20141108_140447.jpg
Normal file
BIN
openscad/own/expressCardHolder/img/IMG_20141108_140447.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
BIN
openscad/own/expressCardHolder/img/IMG_20141108_140500.jpg
Normal file
BIN
openscad/own/expressCardHolder/img/IMG_20141108_140500.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
openscad/own/expressCardHolder/img/IMG_20141108_140536.jpg
Normal file
BIN
openscad/own/expressCardHolder/img/IMG_20141108_140536.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
18
openscad/own/expressCardHolder/stl/expressCardHolder.stl
Normal file
18
openscad/own/expressCardHolder/stl/expressCardHolder.stl
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
module cube_sd(){
|
||||
cube([33,25,5]);
|
||||
}
|
||||
|
||||
module cube_usd(){
|
||||
cube([16,12.5,5]);
|
||||
}
|
||||
|
||||
difference(){
|
||||
import("expressCardHolder.stl");
|
||||
translate([8,0.75,1]){cube_sd();}
|
||||
translate([8,27,1]){cube_sd();}
|
||||
translate([48,21,2]){#cube_usd();}
|
||||
translate([48,39.5,2]){#cube_usd();}
|
||||
|
||||
}
|
2830
openscad/own/expressCardHolder/stl/expressCardHolder_improved.stl
Normal file
2830
openscad/own/expressCardHolder/stl/expressCardHolder_improved.stl
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user