From: Ian Jackson Date: Fri, 5 Feb 2016 15:53:10 +0000 (+0000) Subject: commitid-cube-test: debug echos X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=2675227054d5f8780a5768ddc43e75ff8c92074a commitid-cube-test: debug echos --- diff --git a/commitid-cube-test.scad b/commitid-cube-test.scad index 0ef2239..98c329d 100644 --- a/commitid-cube-test.scad +++ b/commitid-cube-test.scad @@ -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();