From 6d012a0f0039c551e0210ad072ad3d1c7b7220df Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 20 Nov 2018 22:31:34 +0000 Subject: [PATCH] poster-tube-lid: Delete vestigial HandlingProfile This seems to have never been actually used or done anything with. Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 4 ---- 1 file changed, 4 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 81120a4..1123a05 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -236,10 +236,6 @@ module StrapHoop(){ ////toplevel } } -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