diff --git a/608zz_bearing.scad b/608zz_bearing.scad index 3cc4f67..8056a49 100644 --- a/608zz_bearing.scad +++ b/608zz_bearing.scad @@ -1,8 +1,22 @@ // 608zz bearing // -// (c) 2013 Felipe C. da S. Sanches -// Licensed under the terms of the GNU General Public License -// version 3 (or later). +// (c) 2013 Metamáquina +// +// Author: +// * Felipe C. da S. Sanches +// +// This program 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 program 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 program. If not, see . include ; diff --git a/BillOfMaterials.sh b/BillOfMaterials.sh index 1971ebc..54e1ff8 100644 --- a/BillOfMaterials.sh +++ b/BillOfMaterials.sh @@ -1,3 +1,24 @@ +# This file automatically generates a Bill of Materials for +# the Metamaquina 2 desktop 3d printer. +# +# (c) 2013 Metamáquina +# +# Author: +# * Felipe C. da S. Sanches +# +# This program 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 program 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 program. If not, see . + echo "Bill of Materials - Metamaquina 2" openscad -o Metamaquina2.csg Metamaquina2.scad 2>&1 > /dev/null |grep BOM|cut -d: -f3|cut -d\" -f1|sort|uniq -c diff --git a/Metamaquina2.h b/Metamaquina2.h index d7b3cc7..f43b02a 100644 --- a/Metamaquina2.h +++ b/Metamaquina2.h @@ -1,3 +1,21 @@ +// (c) 2013 Metamáquina +// +// Author: +// * Felipe C. da S. Sanches +// +// This program 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 program 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 program. If not, see . + use ; include ; include ; diff --git a/Metamaquina2.scad b/Metamaquina2.scad index 5c949b6..7e1a6fc 100644 --- a/Metamaquina2.scad +++ b/Metamaquina2.scad @@ -1,6 +1,20 @@ -// (c) 2013 Felipe C. da S. Sanches -// Licensed under the terms of the GNU General Public License -// version 3 (or later). +// (c) 2013 Metamáquina +// +// Author: +// * Felipe C. da S. Sanches +// +// This program 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 program 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 program. If not, see . include ; include ; diff --git a/NEMA.scad b/NEMA.scad index 123cc20..692c492 100644 --- a/NEMA.scad +++ b/NEMA.scad @@ -1,6 +1,20 @@ -// (c) 2013 Felipe C. da S. Sanches -// Licensed under the terms of the GNU General Public License -// version 3 (or later). +// (c) 2013 Metamáquina +// +// Author: +// * Felipe C. da S. Sanches +// +// This program 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 program 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 program. If not, see . include ; include ; diff --git a/belt-clamp.scad b/belt-clamp.scad index 322ac6b..7f65587 100644 --- a/belt-clamp.scad +++ b/belt-clamp.scad @@ -1,9 +1,23 @@ // Reimplementation of Josef Průša's belt clamp // Adapted for eighter laser cutting or 3d printing. // -// (c) 2013 Felipe C. da S. Sanches -// Licensed under the terms of the GNU General Public License -// version 3 (or later). +// (c) 2013 Metamáquina +// +// Author: +// * Felipe C. da S. Sanches +// +// This program 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 program 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 program. If not, see . include ; include ; diff --git a/bolts.h b/bolts.h index 11b7223..4f67ce2 100644 --- a/bolts.h +++ b/bolts.h @@ -1,3 +1,21 @@ +// (c) 2013 Metamáquina +// +// Author: +// * Felipe C. da S. Sanches +// +// This program 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 program 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 program. If not, see . + use ; m3_bolt_head_height = 3; //TODO: check this! diff --git a/bolts.scad b/bolts.scad index c44a93c..f324515 100644 --- a/bolts.scad +++ b/bolts.scad @@ -1,3 +1,21 @@ +// (c) 2013 Metamáquina +// +// Author: +// * Felipe C. da S. Sanches +// +// This program 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 program 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 program. If not, see . + include ; include ; include ; diff --git a/lasercut_extruder.scad b/lasercut_extruder.scad index a3f5a9f..0fd28a4 100644 --- a/lasercut_extruder.scad +++ b/lasercut_extruder.scad @@ -1,8 +1,22 @@ -// Reimplementation of Brook Drum's lasercut extruder +// Parametric reimplementation of Brook Drum's lasercut extruder // -// (c) 2013 Felipe C. da S. Sanches -// Licensed under the terms of the GNU General Public License -// version 3 (or later). +// (c) 2013 Metamáquina +// +// Author: +// * Felipe C. da S. Sanches +// +// This program 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 program 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 program. If not, see . use ; use <608zz_bearing.scad>; diff --git a/washers.scad b/washers.scad index 780cb3f..fdc8aed 100644 --- a/washers.scad +++ b/washers.scad @@ -1,7 +1,21 @@ -// (c) 2013 Felipe C. da S. Sanches -// (c) 2013 Rafael H. de L. Moretti -// Licensed under the terms of the GNU General Public License -// version 3 (or later). +// (c) 2013 Metamáquina +// +// Authors: +// * Felipe C. da S. Sanches +// * Rafael H. de L. Moretti +// +// This program 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 program 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 program. If not, see . include ; include ;