X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=filamentteeth.scad;h=f948c6e66310beb181d6e46ad95838bc5f33ae56;hp=588b809d9c563f5a585078b7856e60fb21f70f06;hb=9755520a70fa4b32fc1ee8c6e3d6012cdd108a5f;hpb=58141b6ea59f9e7d0733c690bcfa7e1af7187dc8 diff --git a/filamentteeth.scad b/filamentteeth.scad index 588b809..f948c6e 100644 --- a/filamentteeth.scad +++ b/filamentteeth.scad @@ -1,4 +1,28 @@ -module FilamentTeeth(fdia, teethw=teethw, +// -*- C -*- +// +// filamentteeth.scad +// +// 3D design for clips to hold FFF filament +// Copyright 2012,2016 Ian Jackson +// +// This work is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This work is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this work. If not, see . + + +d=0.01; +teethw=1.5; + +module FilamentTeeth(fdia, h, teethw=teethw, stembendd=0.5, stembendl=7, teethxl=1.5) { gapw = fdia-stembendd*2; teethbigw = gapw + teethw*2;