Made individual parts files.

This commit is contained in:
2021-10-26 20:59:20 -04:00
parent 59ca009293
commit ecf0220f6f
8 changed files with 140 additions and 0 deletions

9
sprue.scad Normal file
View File

@@ -0,0 +1,9 @@
$fa = $preview ? 12 : 4;
$fs = $preview ? 2 : .4;
difference() {
cylinder(d1=4.5, d2=8, h=10.5);
translate([0,0,-.5]) cylinder(d=3, h=11);
translate([0,0,10]) cylinder(d=4.5, h=1);
}