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