From 8cf1f1a62eb4488e468a669b9106190d718ba852 Mon Sep 17 00:00:00 2001 From: carlosgs Date: Sun, 26 May 2013 13:40:14 +0200 Subject: [PATCH] Defined all URLs properly, and fixed some character encoding --- README.md | 98 +++++++++++++++++++++++++++---------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index cbd62fa..bb7d1a4 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,39 @@ Cyclone-PCB-Factory v0.9.6 =================== -The first 3D-printable (Rep-Rap alike) CNC machine, intended for PCB manufacture. +The first 3D-printable (Rep-Rap alike) CNC machine, intended for PCB manufacture. ![ScreenShot](https://github.com/carlosgs/Cyclone-PCB-Factory/raw/master/Media/Cyclone_render_v0.9.6.png) Disclaimer -- -This hardware/software is provided “as is," and you use the hardware/software at your own risk. Under nocircumstances shall Carlosgs be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this hardware/software, even if Carlosgs has been advised of the possibility of such damages. +This hardware/software is provided "as is", and you use the hardware/software at your own risk. Under nocircumstances shall Carlosgs be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this hardware/software, even if Carlosgs has been advised of the possibility of such damages. News -- **Hardware** -* v0.9.6 has a robust Y axis motor stand (improvement suggested and tested by Yopero), and the Z carriage now shows the name of the machine (how cool is that? :P) +- v0.9.6 has a robust Y axis motor stand (improvement suggested and tested by Yopero), and the Z carriage now shows the name of the machine (how cool is that? :P) **Software** -* First Z probing results are promising, read: https://plus.google.com/u/0/113437723819360223498/posts/9VCHqqnirj6 and https://plus.google.com/u/0/113437723819360223498/posts/89W2cv1fgQW -* Added the python probing script (v0.1) and Octave/Matlab visualizer +- First Z probing results are promising, read: and +- Added the python probing script (v0.1) and Octave/Matlab visualizer **Firmware** -* No news, it is Marlin with support for G30 probing command +- No news, it is Marlin with support for G30 probing command Videos -- -- v0.9.6 Y axis concept by Yopero http://www.youtube.com/watch?v=XzcobonQP40 -- v0.9.5 Probing a PCB http://www.youtube.com/watch?v=m5zXL8k5T9E -- v0.9.5 Milling MDF http://www.youtube.com/watch?v=2QpxjheEjEc and http://www.youtube.com/watch?v=zjav0hBtmYA -- v0.8 Drawing test: http://www.youtube.com/watch?v=Y-HSdE89JOM -- v0.7.5 XY axis test: http://www.youtube.com/watch?v=9umlq4oHG64 -- v0.7.5 High speed XY test: http://www.youtube.com/watch?v=H3uYCXryj60 +- v0.9.6 Y axis concept by Yopero +- v0.9.5 Probing a PCB +- v0.9.5 Milling MDF and +- v0.8 Drawing test: +- v0.7.5 XY axis test: +- v0.7.5 High speed XY test: Bill of materials -- -https://docs.google.com/spreadsheet/ccc?key=0AsQp8IK25R4IdGk3LTdOWmpFR0Nrc0RhaVJaUC1CMUE -TODO: Add general hardware, motors and electronics to the list. + +TODO: Add general hardware, motors and electronics to the list. Notes -- @@ -57,62 +57,62 @@ Software -- Here is a compilation of links that I find interesting for the software controller: -- http://www.re-innovation.co.uk/web12/index.php/en/blog-75/181-making-pcbs-with-a-cnc-machine -- http://phk.freebsd.dk/CncPcb/ -- http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Touch_Probe -- http://things.onshoulders.org/software/PcbSubtraction.php -- http://www.cnczone.com/forums/pcb_milling/82628-cheap_simple_height-probing-5.html -- http://drillcity.stores.yahoo.net/ -- http://www.drewtronics.net/ +- +- +- +- +- +- +- - **Examples of the PCB probing method** - - onshouldersTv: Open Source Circuit Boards at Home http://www.youtube.com/watch?v=L-5SRtwx3kY - - PCB routing using the Probe method http://www.youtube.com/watch?v=fwgT9sCL8fs -- http://pcbgcode.org/ -- http://sourceforge.net/apps/mediawiki/pcb2gcode/index.php?title=Main_Page -- Very interesting toguether with cam.py: http://code.google.com/p/pygerber2gcode/ -- http://replicat.org/generators -- For arranging panels: http://ruggedcircuits.com/gerbmerge/ + - onshouldersTv: Open Source Circuit Boards at Home + - PCB routing using the Probe method +- +- +- Very interesting toguether with cam.py: +- +- For arranging panels: License: CC-BY-SA -- -Attribution - Share Alike - Creative Commons (http://creativecommons.org/licenses/by-sa/3.0/). +Attribution - Share Alike - Creative Commons (). -Derived from / we have used / inspirational +Derived from / we have used / inspirational -- -- "Linear actuator concept for CNC machines" by Carlosgs (http://www.thingiverse.com/thing:45103) -- "Parametric openscad beveled cube" by Obijuan (http://www.thingiverse.com/thing:29842) -- "Minimal footprint friction-fit LM8UU holder" by thantik (http://www.thingiverse.com/thing:23041) -- "Spindle mount for ShapeOko" by Misan (http://www.thingiverse.com/thing:26740) -- "Carro Z para Cyclone CNC mill intended for PCB" by Quim (http://www.thingiverse.com/thing:80718) -- Write.scad (and DXF fonts) by HarlanDMii (http://www.thingiverse.com/thing:16193) -- "PCB Machining Vise" by Forgetful_Guy (http://www.thingiverse.com/thing:63578) +- "Linear actuator concept for CNC machines" by Carlosgs () +- "Parametric openscad beveled cube" by Obijuan () +- "Minimal footprint friction-fit LM8UU holder" by thantik () +- "Spindle mount for ShapeOko" by Misan () +- "Carro Z para Cyclone CNC mill intended for PCB" by Quim () +- Write.scad (and DXF fonts) by HarlanDMii () +- "PCB Machining Vise" by Forgetful_Guy () Special thanks -- -- Y axis improvement by **yOPERO** https://github.com/carlosgs/Cyclone-PCB-Factory/pull/1 -- Z axis concepts by **Quim Borras** and the spindle motor holder by **Misan** were really useful!! Also, **Diego Viejo**'s machine was of great inspiration for the Z axis (https://plus.google.com/u/0/photos/113930344830086538817/albums/5868944432651911713?authkey=CLDJgdehlN773gE) **Thank you all!!** -- This design woudn't have been possible without the encouragement of the **Panda CNC community** (https://plus.google.com/u/0/communities/102402711800402614517) -- Also, thanks to **Obijuan** (http://iearobotics.com) for naming the machine Cyclone :) +- Y axis improvement by **yOPERO** +- Z axis concepts by **Quim Borras** and the spindle motor holder by **Misan** were really useful!! Also, **Diego Viejo**'s machine was of great inspiration for the Z axis () **Thank you all!!** +- This design woudn't have been possible without the encouragement of the **Panda CNC community** () +- Also, thanks to **Obijuan** () for naming the machine Cyclone :) Credit for the ideas used -- -The origin of Cyclone took place while I was inside the __Panda CNC__ community (https://plus.google.com/u/0/communities/102402711800402614517). This is from December 2012 to mid-February 2013. +The origin of Cyclone took place while I was inside the __Panda CNC__ community (). This is from December 2012 to mid-February 2013. Here is the credit for the ideas that were used: * __Let's design a 3D-printable CNC for PCB milling, it will be named Panda:__ Guillermo Welch (mid-December, via Google Talk) -* __X carriage rod distribution:__ César Augusto Fernández Cano claims Cyclone's X axis is a derivate of his concept: https://plus.google.com/u/0/111421387442355054591/posts/QrfYtEuZBaj -* __100x160mm workspace:__ David Martin https://dl.dropboxusercontent.com/u/16122275/PandaCNC_credit/workplace_size.png -* __Using gears to drive the X-Y axes:__ Guillermo Welch https://plus.google.com/u/0/101232926728463427403/posts/QjZGNcWcgGg -* __Regarding the woodbase:__ Guillermo Welch always contemplated the possibility of attaching the machine (optionally) to a woodbase. I decided to use the base as a main structural part instead. See https://dl.dropboxusercontent.com/u/16122275/PandaCNC_credit/woodbase.png (screenshot from https://plus.google.com/u/0/113437723819360223498/posts/8LDCSSVWqCS) -* __List of CNC endmill types:__ David Martin https://dl.dropboxusercontent.com/u/16122275/PandaCNC_credit/cnc_endmill_types.png +* __X carriage rod distribution:__ César Augusto Fernández Cano claims Cyclone's X axis is a derivate of his concept: +* __100x160mm workspace:__ David Martin +* __Using gears to drive the X-Y axes:__ Guillermo Welch +* __Regarding the woodbase:__ Guillermo Welch always contemplated the possibility of attaching the machine (optionally) to a woodbase. I decided to use the base as a main structural part instead. See +* __List of CNC endmill types:__ David Martin -Please note I have taken screenshots of the post that are on the closed G+ Panda community (https://plus.google.com/u/0/communities/116318709564872967169). You can register and see by yourself. +Please note I have taken screenshots of the post that are on the closed G+ Panda community ( **All other development present on Cyclone has nothing to do with Panda and is not related to the Panda project.** -Assembled machine (v0.9.5) +Assembled machine (v0.9.5) -- ![ScreenShot](https://github.com/carlosgs/Cyclone-PCB-Factory/raw/master/Media/Cyclone_built_v0.9.5.jpg)