chiark / gitweb /
sewing-table: tests: bigger hole
[reprap-play.git] / axlepin.scad
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;