chiark / gitweb /
4360ae8c955f2491322ef379e63ceaf67153eb62
[reprap-play.git] / scaffold-clamp-cleat.scad
1 // -*- C -*-
2
3 // Per cleat print
4 //     VCleatAPrint   OR    VCleatAPrint
5 //     GeneralB             VCleatAPrint
6 //     Pin                  Pin
7 //
8 // These bits are compatible with scaffold-clamp-tensioner
9
10 //// toplevels-from:
11 include <scaffold-clamp-common.scad>
12
13 $print_horiz = true;
14
15 module DemoA(){ VCleatARaw(); }