List: discuss@lists.openscad.org
From: larry
Re: Fwd: F5 works, F6 doesn't. bug?
Wed, Mar 15, 2023 3:57 PM
> > like it s/b easy, define a cube and a recipe of differences.
> >
> > The code:
> > ================
> > module loom_clamp()
> > {
> > $fn=24; // to be reasonably round
> > ln=30;// length of block
> > sh=26/2;// separation of bolt holes
> > bl=sh*3;// width of block
> > ld=16;// diameter of loom
> > translate([0,0,12])difference