X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=pandemic-counter.scad;h=50b1e857642216ed5d5af2e3e40083f0bb69e18c;hp=b0dde4def6439653720ddef0ae3f1d1bdcaab67c;hb=ff1f0529fe673119f08b754c44ab1772da27360c;hpb=02b997c0137fe532c9c51f3b230082943d1b6d70;ds=sidebyside diff --git a/pandemic-counter.scad b/pandemic-counter.scad index b0dde4d..50b1e85 100644 --- a/pandemic-counter.scad +++ b/pandemic-counter.scad @@ -1,7 +1,7 @@ // -*- C -*- tokenrad=13; -tokenthick=1.8; +tokenthick=1.9; joinwidth=1.0; @@ -13,6 +13,7 @@ module Letter(depth) { } module Token(depth) { + rotate([0,180,0]) linear_extrude(height=tokenthick) union(){ difference(){ circle(tokenrad);