added own OpenScad models

This commit is contained in:
zeus86
2020-10-11 02:27:48 +02:00
parent c03b4f7da6
commit c0c916ae12
237 changed files with 860987 additions and 0 deletions

View 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();}
}

File diff suppressed because it is too large Load Diff