chiark / gitweb /
Copyright and licence notices (for the things which go into filamentspool, anyway)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Jan 2016 23:52:40 +0000 (23:52 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Jan 2016 23:54:39 +0000 (23:54 +0000)
Makefile
axlepin.scad
cliphook.scad
doveclip.scad
filamentspool.scad
filamentteeth.scad

index a3c57c5a6389954a610d2a53b3e9c4f22df7b201..612f45dc569798b7a8d74b49dd52760c7064b603 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
+
 
 HRR=/home/reprap
 SLIC3R=$(HRR)/Slic3r/bin/slic3r
index 554a382a66950be25f11c4db54ef1319febf59da..8b47771c5e47636b98cb2f24258a94a362594d53 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+
+
 
 function AxlePin_holerad() = 2;
 function AxlePin_zoffset(holerad=2, slop=0.5) = (holerad - slop)*0.7;
index a6fcffe79f24683890ed3826bbdb71c29ad84064..22f08f54ec09a1d7d441488b755ded87f6cb753d 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 
 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);
index cbafaa0b40c36997240529f0644d00aad9cd418f..0536c1c4ecbc0ed498fc748618ea261bba830068 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+
 
 toothheight = 1.2;
 webthick = 1.8;
index 981cf6e195e26e8650060ce454223f306e01cef2..500725a84492faa676bc8b6fd5bedc53ff462f3c 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>
+//
+
 //
 // 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
index d0e694f8b9ccfe328997fffef28d61897c15e742..f948c6e66310beb181d6e46ad95838bc5f33ae56 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+
+
 d=0.01;
 teethw=1.5;