Updated readme format

pull/20/head
Carlos Garcia Saura 2014-01-23 13:06:04 +01:00
parent 93077dc2bd
commit c137b454cc
2 changed files with 6 additions and 8 deletions

View File

@ -3,21 +3,18 @@ Electronics for Cyclone-PCB-Factory
Electronic boards (and firmwares) for controlling Cyclone PCB Factory and similar machines 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) ![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) ![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) ![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 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. 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.

View File

@ -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: 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) ![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) ![ScreenShot](Media/Cyclone_v0.9.7_ViewGcode.jpg)
* [Python scripts by Carlosgs](PythonScripts/)
Disclaimer Disclaimer
-- --