chiark / gitweb /
Makefile: Add some $(PLAY)
[reprap-play.git] / dovecliptest.scad
1 // -*- C -*-
2
3 include <doveclip.scad>
4
5 for (y=[0,-15]) translate([0,y,0]) {
6   DoveClipPair();
7
8   translate([-8,0,0])
9     cube([16,5,7]);
10   translate([15,0,0])
11     DoveClipPin();
12 }
13
14 translate([0,20,0])
15   DoveClipPairBase();