chiark / gitweb /
8317 dovetail test file
[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 };