// -*- C -*- prong_nomdepth = 15; prong_curverad = 30; prong_thick = 1.0; prong_maxdepth = 18; module ProngElevationUnrotated(){ intersection(){ union(){ translate([ prong_nomdepth, prong_curverad ]) circle( prong_curverad , $fa=0.5 ); translate([ -10, 0 ]) square([ prong_nomdepth + 10, 10 ]); } translate([-5, -5]) square([ prong_maxdepth + 5, prong_thick + 5]); } } ProngElevationUnrotated();