chiark / gitweb /
scaffold-clamp-cleat: try making version for horiz print, for revert
[reprap-play.git] / scaffold-clamp-cleat.scad
index 69e8538d941bf369470b4edfb8deb3efb071c261..4360ae8c955f2491322ef379e63ceaf67153eb62 100644 (file)
@@ -1,8 +1,8 @@
 // -*- C -*-
 
 // Per cleat print
-//     VCleatA        OR    VCleatA
-//     GeneralB             VCleatA
+//     VCleatAPrint   OR    VCleatAPrint
+//     GeneralB             VCleatAPrint
 //     Pin                  Pin
 //
 // These bits are compatible with scaffold-clamp-tensioner
@@ -10,4 +10,6 @@
 //// toplevels-from:
 include <scaffold-clamp-common.scad>
 
+$print_horiz = true;
+
 module DemoA(){ VCleatARaw(); }