From c137b454cc138410a96eb4430d11612366ff87e4 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Saura Date: Thu, 23 Jan 2014 13:06:04 +0100 Subject: [PATCH] Updated readme format --- Electronics/README.md | 9 +++------ Software/README.md | 5 +++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Electronics/README.md b/Electronics/README.md index 979b961..5e1269e 100644 --- a/Electronics/README.md +++ b/Electronics/README.md @@ -3,21 +3,18 @@ Electronics for Cyclone-PCB-Factory Electronic boards (and firmwares) for controlling Cyclone PCB Factory and similar machines +* [Spindle controller by Samuel Kranz](https://github.com/secures92/SpindleControlStick) and [Controller board by Robert Last](https://github.com/robsbots/Cyclone_Pcb): ![ScreenShot](Media/Cyclone_first_year_12_ControllerBoards.jpg) -* [Spindle controller by Samuel Kranz](https://github.com/secures92/SpindleControlStick) and [Controller board by Robert Last](https://github.com/robsbots/Cyclone_Pcb) - +* [GRBL-based controller board by Samuel Kranz](https://github.com/secures92/CyclneGRBLCtrl): ![ScreenShot](Media/Cyclone_first_year_12b_GRBLcontrollerBoard_bySamuelKranz.jpg) -* [GRBL-based controller board by Samuel Kranz](https://github.com/secures92/CyclneGRBLCtrl) - +* [CNC Shield by Protoneer](http://blog.protoneer.co.nz/arduino-cnc-shield/) and [CNC Shield box by yOPERO](../Hardware/yOPERO/CNC_shieldBox): ![ScreenShot](Media/Cyclone_first_year_11_CNCShieldAndBox.jpg) -* [CNC Shield by Protoneer](http://blog.protoneer.co.nz/arduino-cnc-shield/) and [CNC Shield box by yOPERO](../Hardware/yOPERO/CNC_shieldBox) - Disclaimer -- This hardware/software is provided "as is", and you use the hardware/software at your own risk. Under nocircumstances shall any author be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this hardware/software, even if the authors have been advised of the possibility of such damages. diff --git a/Software/README.md b/Software/README.md index 3c0d3f4..b863b9d 100644 --- a/Software/README.md +++ b/Software/README.md @@ -5,14 +5,15 @@ The original python scripts were only a proof of concept: the lack of GUI was a Some alternatives were suggested, and two of them have been made by developers inside the group. Kobus Du Toit and Patrick Knöbel have worked on two different alternatives that simplify the task of Z probing by making it more visual and intuitive for the end users: +* [Kobus's GUI](https://www.dropbox.com/sh/k7p896n0upv29u1/1T_lcIZDnH/prototypeGui2) ([forum](https://groups.google.com/forum/#!msg/cyclone-pcb-factory/S3m1baPzwRk/DtyngGGJmBoJ)) and [Patrick Knöbel's gcode postprocessor](https://github.com/pknoe3lh/cncgcodecontroller/releases) ([forum](https://groups.google.com/forum/#!msg/cyclone-pcb-factory/ToTGIpXWUmA/gyQMDqDOXfUJ)): + ![ScreenShot](Media/Cyclone_first_year_13_GUIs.jpg) -* [Kobus's GUI](https://www.dropbox.com/sh/k7p896n0upv29u1/1T_lcIZDnH/prototypeGui2) ([forum](https://groups.google.com/forum/#!msg/cyclone-pcb-factory/S3m1baPzwRk/DtyngGGJmBoJ)) and [Patrick Knöbel's gcode postprocessor](https://github.com/pknoe3lh/cncgcodecontroller/releases) ([forum](https://groups.google.com/forum/#!msg/cyclone-pcb-factory/ToTGIpXWUmA/gyQMDqDOXfUJ)) +* [Python scripts by Carlosgs](PythonScripts/): ![ScreenShot](Media/Cyclone_v0.9.7_ViewGcode.jpg) -* [Python scripts by Carlosgs](PythonScripts/) Disclaimer --