chiark / gitweb /
tablet-stand: wip, remove antifoot_overlap
[reprap-play.git] / tablet-stand.scad
index bcad4f3878b617b369dd4b7f155223d43f015f15..cabaa97ca9ca7c2c93f8e4edbba3d8da2adf67f3 100644 (file)
@@ -9,7 +9,11 @@ antifoot_front = 5;
 
 module AntiFoot(){
   antifoot_back = antifoot_depth + antifoot_height/antifoot_slope;
-  polygon([[-antifoot_front, -antifoot_base],
+  translate([-antifoot_front-antifoot_back, antifoot_width/2, 0])
+    rotate([90,0,0])
+    translate([antifoot_front, antifoot_base, 0])
+    linear_extrude(height=antifoot_width)
+    polygon([[-antifoot_front, -antifoot_base],
           [-antifoot_front,  antifoot_height],
           [0,               antifoot_height],
           [0,               0],