Broke out examples.scad so include can be used.
This commit is contained in:
12
examples.scad
Normal file
12
examples.scad
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
include <inserts.scad>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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);
|
||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user