From: Ian Jackson Date: Wed, 13 Jan 2016 23:52:40 +0000 (+0000) Subject: Copyright and licence notices (for the things which go into filamentspool, anyway) X-Git-Tag: filamentspool-v2-release~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=855145e3ca1064562f1f9acfaa169c9b22fdce23 Copyright and licence notices (for the things which go into filamentspool, anyway) --- diff --git a/Makefile b/Makefile index a3c57c5..612f45d 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,21 @@ +# reprap-objects Makefile +# +# Build scripts for various 3D designs +# 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 . + HRR=/home/reprap SLIC3R=$(HRR)/Slic3r/bin/slic3r diff --git a/axlepin.scad b/axlepin.scad index 554a382..8b47771 100644 --- a/axlepin.scad +++ b/axlepin.scad @@ -1,4 +1,24 @@ // -*- C -*- +// +// axlepin.scad +// +// 3D designs for for securing things on axles +// 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 . + + function AxlePin_holerad() = 2; function AxlePin_zoffset(holerad=2, slop=0.5) = (holerad - slop)*0.7; diff --git a/cliphook.scad b/cliphook.scad index a6fcffe..22f08f5 100644 --- a/cliphook.scad +++ b/cliphook.scad @@ -1,4 +1,22 @@ // -*- C -*- +// +// cliphook.scad +// +// 3D design for a small clippy hook +// 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 . function ClipHook_r2(w,g,l,ye,k) = w/2 + g + w/2; function ClipHook_r3(w,g,l,ye,k) = k * (ClipHook_r2(w,g,l,ye,k) + w + g); diff --git a/doveclip.scad b/doveclip.scad index cbafaa0..0536c1c 100644 --- a/doveclip.scad +++ b/doveclip.scad @@ -1,4 +1,23 @@ // -*- C -*- +// +// doveclip.scad +// +// 3D design for a fastener suitable for Reprapss +// 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 . + toothheight = 1.2; webthick = 1.8; diff --git a/filamentspool.scad b/filamentspool.scad index 981cf6e..500725a 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -1,6 +1,26 @@ // -*- C -*- -// Filament spool for filament coils as supplied by Faberdashery +// filamentspool.scad +// 3D design for filament spools to hold coils as supplied by Faberdashery +// + +// +// Copyright 2012,2013,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 +// + // // Each spool is a hub with 3 or 4 arms. Each arm has a cup for // holding the filament. The effective diameter can be adjusted by diff --git a/filamentteeth.scad b/filamentteeth.scad index d0e694f..f948c6e 100644 --- a/filamentteeth.scad +++ b/filamentteeth.scad @@ -1,3 +1,24 @@ +// -*- 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;