chiark / gitweb /
pandemic-counter: flip so that base when printed (good side) is top side
[reprap-play.git] / 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);