From: Ian Jackson Date: Fri, 5 Feb 2021 19:28:13 +0000 (+0000) Subject: powerbank-bike-clamp: wip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9ecc9c245397e2a5326746c3396dd0c6dfff596c;p=reprap-play.git powerbank-bike-clamp: wip Signed-off-by: Ian Jackson --- diff --git a/powerbank-bike-clamp.scad b/powerbank-bike-clamp.scad index ea3738e..de6a695 100644 --- a/powerbank-bike-clamp.scad +++ b/powerbank-bike-clamp.scad @@ -88,8 +88,14 @@ module TubeClampRightPlan(){ } module SomeClamp(){ - linextr(-clamp_width/2, clamp_width/2) - children(0); + difference(){ + linextr(-clamp_width/2, clamp_width/2) + children(0); + + linextr_x_yz(-main_r*5, main_r*5) + translate([screw_y, 0]) + circle(r= screw/2); + } } module TubeClampLeft() { ////toplevel