chiark / gitweb /
tablet-stand: wip, remove antifoot_overlap
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Mar 2013 20:53:30 +0000 (20:53 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Mar 2013 20:53:30 +0000 (20:53 +0000)
tablet-stand.scad

index b2955f2f322ed1634558bb3c02c7f7da6169d2ee..cabaa97ca9ca7c2c93f8e4edbba3d8da2adf67f3 100644 (file)
@@ -6,7 +6,6 @@ antifoot_slope = 1.0;
 antifoot_depth = 10;
 antifoot_base = 8;
 antifoot_front = 5;
-antifoot_overlap = 5;
 
 module AntiFoot(){
   antifoot_back = antifoot_depth + antifoot_height/antifoot_slope;
@@ -20,8 +19,7 @@ module AntiFoot(){
           [0,               0],
           [antifoot_depth,  0],
           [antifoot_back, antifoot_height],
-          [antifoot_back+antifoot_overlap, antifoot_height],
-          [antifoot_back+antifoot_overlap, -antifoot_base]]);
+          [antifoot_back, -antifoot_base]]);
 }
 
 AntiFoot();