chiark / gitweb /
pandemic-counter: adjust L
[reprap-play.git] / pandemic-counter.scad
index b0dde4def6439653720ddef0ae3f1d1bdcaab67c..50b1e857642216ed5d5af2e3e40083f0bb69e18c 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C -*-
 
 tokenrad=13;
 // -*- C -*-
 
 tokenrad=13;
-tokenthick=1.8;
+tokenthick=1.9;
 
 joinwidth=1.0;
 
 
 joinwidth=1.0;
 
@@ -13,6 +13,7 @@ module Letter(depth) {
 }
 
 module Token(depth) {
 }
 
 module Token(depth) {
+  rotate([0,180,0])
   linear_extrude(height=tokenthick) union(){
     difference(){
       circle(tokenrad);
   linear_extrude(height=tokenthick) union(){
     difference(){
       circle(tokenrad);