From 8ca1d90f3c85965a28e9a5e668ddcdfa358d55f8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 15 Mar 2013 20:53:30 +0000 Subject: [PATCH] tablet-stand: wip, remove antifoot_overlap --- tablet-stand.scad | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tablet-stand.scad b/tablet-stand.scad index b2955f2..cabaa97 100644 --- a/tablet-stand.scad +++ b/tablet-stand.scad @@ -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(); -- 2.30.2