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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

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