chiark / gitweb /
commitid-layering-test: bodge scaling
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Feb 2016 20:31:02 +0000 (20:31 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Feb 2016 20:31:02 +0000 (20:31 +0000)
commitid-layering-test.scad

index fa75bf48555daa94cdf1be99c7281680e9a2e09f..4a3f49d3ebfe77ece410ef7b0b88629e5ea49baf 100644 (file)
@@ -4,6 +4,8 @@ include <commitid.scad>
 
 baseh= 1;
 
+scale([2,2,1]) {
+
 mirror([0,0,1])
   translate([-8,-2, -0.01])
   cube([17.5,10, baseh + 0.01]);
@@ -12,4 +14,6 @@ linear_extrude(height= 0.4 + 0.1)
   Commitid_FontDemo();
 
 translate([-4,3,0])
-cylinder(r=3, h=3);
+  cylinder(r=3, h=3);
+
+}