pressfit_cat v1
This commit is contained in:
parent
71f594f9da
commit
07edb648c9
15
pressfit_cat.scad
Normal file
15
pressfit_cat.scad
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* requires calicat
|
||||||
|
*
|
||||||
|
* sha256sum stls/calicat.stl
|
||||||
|
* 17e66be81dd7285e9c8084ab858a686bf4d166f21183e958923e6a159cf40a6c stls/calicat.stl
|
||||||
|
*/
|
||||||
|
|
||||||
|
module inserticle() {
|
||||||
|
cube([4.6, 7.4, 5.4], center=true);
|
||||||
|
}
|
||||||
|
|
||||||
|
difference() {
|
||||||
|
import("stls/calicat.stl");
|
||||||
|
translate([19, 11, 2.7]) rotate(90) inserticle();
|
||||||
|
}
|
Loading…
Reference in a new issue