diff --git a/examples.scad b/examples.scad new file mode 100644 index 0000000..9228928 --- /dev/null +++ b/examples.scad @@ -0,0 +1,12 @@ +include + + + +translate([8,0,0]) +thread_insertM3(bl=10, $die=false, $co=false, $fs=1); +translate([8,8,0]) + thread_insertM3(bl=10, $die=true, $co=false, $fs=1); +translate([0,0,0]) +thread_insertM25(bl=10, $die=false, $co=false, $fs=1); +translate([0,8,0]) + thread_insertM25(bl=10, $die=true, $co=false, $fs=1); diff --git a/inserts.scad b/inserts.scad index f5dd80d..6f30727 100644 --- a/inserts.scad +++ b/inserts.scad @@ -85,4 +85,4 @@ module thread_insertM25(bl=4, bz=-4, invertRim=false) { } } -thread_insertM25(bl=10, $die=true, $co=false, $fs=1); +//thread_insertM25(bl=10, $die=false, $co=false, $fs=1);