chiark / gitweb /
commitid-cube-test: debug echos
[reprap-play.git] / commitid-cube-test.scad
index 0ef22390f6c3013a521648af8014224c490f65cc..98c329d0fa246f919d16136fe898aee54ce95ebb 100644 (file)
@@ -42,5 +42,9 @@ module TT () { ////toplevel
   translate([-sz,0,0]) rotate([0,0,0]) FD();
 }
 
+echo("pixelsz:", str(Commitid_pixelsz()),
+     "depth:", Commitid_depth(),
+     "sz:", Commitid_FontDemo_sz());
+
 //TC();
 TT();