From 9ecc9c245397e2a5326746c3396dd0c6dfff596c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2021 19:28:13 +0000 Subject: [PATCH] powerbank-bike-clamp: wip Signed-off-by: Ian Jackson --- powerbank-bike-clamp.scad | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.30.2