chiark / gitweb /
8317 cliptest as about to print
[dl-things.git] / th-8317 / cliptest.scad
1 include <FilamentSpool.scad>
2 difference() {
3         ForkClip(filamentSize=1.75,slotSize=[6.5,10],armLength=57);
4         #translate([10,23,-10]) cube([50,80,50]);
5 //      translate([-47,0,0]) cube([150,50,50],center=true);
6 };