chiark / gitweb /
8317 dovetailtest - make it print only the male end for testing
[dl-things.git] / th-8317 / dovetailtest.scad
1 include <FilamentSpool.scad>
2 difference() {
3         ExtensionArm(height=5);
4 //      translate([3,0,0]) cube([50,50,50],center=true);
5         translate([-47,0,0]) cube([150,50,50],center=true);
6 };