From ff16c6bbb96fbbd781512a616939cb16dc4904a2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 1 Aug 2015 23:50:59 +0100 Subject: [PATCH] pull-cord-keeper: fiddlings --- pull-cord-keeper.scad | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pull-cord-keeper.scad b/pull-cord-keeper.scad index f4d21c0..fe2493d 100644 --- a/pull-cord-keeper.scad +++ b/pull-cord-keeper.scad @@ -74,7 +74,9 @@ module Division(cutmore) { translate([blockwidth/2 - blockoverlapcnr, -50, -50]) cube([100, 100, 100]); - translate([50, houterrad + blockdepth/2 + -cutmore*ribsgap, 0]) + translate([50, + hinnerrad/2 + houterrad/2 + blockdepth/2 + -cutmore*ribsgap, + 0]) rotate([-90,0,90]) linear_extrude(height=100) Ribs(); @@ -104,14 +106,16 @@ module B(){ module Demo(){ color("red") A(); -// color("blue") B(); + color("blue") B(); } //Ribs(); //Demo(); -A(); +//A(); //B(); //%Division(+1); -//Demo(); +//Hoop(); + +Demo(); -- 2.30.2