chiark / gitweb /
wine-vacuum-adapter: echo the wall thickness
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 26 May 2020 14:25:23 +0000 (15:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 26 May 2020 14:25:23 +0000 (15:25 +0100)
Shows there is a problem.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
wine-vacuum-adapter.scad

index 0f622e8c53eefa2d339033eb675953079c3cd798..11fa5c3f005cfc71b8e12742d2916f279cfb7fb2 100644 (file)
@@ -19,6 +19,8 @@ $fs=0.1;
 india_use = india_nom + india_slop;
 middia_use = middia_nom - middia_slop;
 
+echo("MIN WALL", (middia_use - india_use)/2);
+
 module Plan() {
   polygon([[ india_use/2,    -hbot ],
           [ outdia/2,       -hbot ],