chiark / gitweb /
filamenttrestle HubEnd
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 00:25:16 +0000 (01:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 00:25:16 +0000 (01:25 +0100)
filamenttrestle.scad

index 62b6994998e116fc053b070d3e6a389587689b41..7270ca6721a45b96c32124f113d92c06a8598cb6 100644 (file)
@@ -10,7 +10,7 @@ include <axlepin.scad>
 spoolradclear = 10;
 spoolradslop = 2;
 
 spoolradclear = 10;
 spoolradslop = 2;
 
-spoolinnerslop = 2;
+spoolinnerslop = 4.5;
 axleslop = 0.5;
 
 axlerad = 7;
 axleslop = 0.5;
 
 axlerad = 7;
@@ -20,7 +20,7 @@ hubbasethick = 6;
 hubmainthick = 20;
 hubbaseweb = 2;
 hubbasestalkwidth = 6;
 hubmainthick = 20;
 hubbaseweb = 2;
 hubbasestalkwidth = 6;
-hubwalls = 3;
+hubwalls = 2.5;
 hubpillarw = 4;
 hubbaserad = spoolinnerrad + 15;
 hubmainrad = spoolinnerrad - spoolradslop;
 hubpillarw = 4;
 hubbaserad = spoolinnerrad + 15;
 hubmainrad = spoolinnerrad - spoolradslop;
@@ -269,5 +269,5 @@ module Demo(){
 //TestKit();
 //Plug(d=1);
 //ExtenderPillars(80,12,8, baseweb=true);
 //TestKit();
 //Plug(d=1);
 //ExtenderPillars(80,12,8, baseweb=true);
-HubEnd();
-//Demo();
+//HubEnd();
+Demo();