From f27401d5b8c98a0c17677865d0e75b9998bb683b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 11 Oct 2017 00:38:32 +0100 Subject: [PATCH] poster-tube-lid: wip handling --- poster-tube-lid.scad | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index c7e85f4..f2056fd 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -163,6 +163,10 @@ module MainProfile(){ } } +module HandlingProfile(){ +// translate([ +} + module RotateProjectSlice(offset, slice_size, nom_rad, real_rad){ // nom_rad > real_rad rotate([0,0, atan2(offset, nom_rad) ]){ -- 2.30.2