From c6c44e9cc7a19c74db2c6cc0b62587b7b9f90ba2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 1 Aug 2015 23:42:33 +0100 Subject: [PATCH] pull-cord-keeper: not polygon remain cut --- pull-cord-keeper.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pull-cord-keeper.scad b/pull-cord-keeper.scad index c3efb7f..39b063d 100644 --- a/pull-cord-keeper.scad +++ b/pull-cord-keeper.scad @@ -74,7 +74,7 @@ module Division(biggerpi) { cube([100, 100, 50]); } } - translate([blockwidth/2 - blockoverlapcnr, -0.1, 0]) + translate([blockwidth/2 - blockoverlapcnr, -50, -50]) cube([100, 100, 100]); translate([50, houterrad + blockdepth/2 + ribsgap * biggerpi, 0]) @@ -94,14 +94,14 @@ module SDemo(){ module A(){ difference(){ Positive(); - Division(0); + Division(1); } } module B(){ intersection(){ Positive(); - Division(1); + Division(0); } } -- 2.30.2