chiark / gitweb /
pandemic-counter: flip so that base when printed (good side) is top side
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Jan 2015 21:43:20 +0000 (21:43 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Jan 2015 21:43:20 +0000 (21:43 +0000)
pandemic-counter.scad

index b0dde4def6439653720ddef0ae3f1d1bdcaab67c..2dcb9d7f0f458dd4ef35d83f2c6d64bd1add0fe3 100644 (file)
@@ -13,6 +13,7 @@ module Letter(depth) {
 }
 
 module Token(depth) {
+  rotate([0,180,0])
   linear_extrude(height=tokenthick) union(){
     difference(){
       circle(tokenrad);