From 5852f089c7768a4920a6de27fbc40c7d9fb3eb9e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Jan 2015 21:43:20 +0000 Subject: [PATCH] pandemic-counter: flip so that base when printed (good side) is top side --- pandemic-counter.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/pandemic-counter.scad b/pandemic-counter.scad index b0dde4d..2dcb9d7 100644 --- a/pandemic-counter.scad +++ b/pandemic-counter.scad @@ -13,6 +13,7 @@ module Letter(depth) { } module Token(depth) { + rotate([0,180,0]) linear_extrude(height=tokenthick) union(){ difference(){ circle(tokenrad); -- 2.30.2