cyclone-pcb-factory/Software/CycloneHost
Carlos Garcia Saura d9b8c2d1a8 No changes 2013-09-11 13:01:10 +02:00
..
Controller.py No changes 2013-09-11 13:01:10 +02:00
GcodeParser.py Code now supports python3 too 2013-07-28 13:57:16 -07:00
GcodeViewer.py Code now supports python3 too 2013-07-28 13:57:16 -07:00
README.md More work regarding: gcode parsing, optimization and visualization 2013-05-29 00:49:33 +02:00
__init__.py Code cleanup, added Z probing data export and global config file 2013-07-28 02:17:22 -07:00
helper.py Support for Python 2.6, misc improvements 2013-05-31 19:51:06 +02:00

README.md

Cyclone Host

Cyclone host v1.0

DESCRIPTION:

Controller for the Cyclone PCB Factory, "a 3D printable CNC machine for PCB manufacture" (http://www.thingiverse.com/thing:49484)
This software has been tested with a Sanguinololu board running a modified Marlin firmware that supports the G30 probing G-code.

AUTHOR:

Carlosgs (http://carlosgs.es)

LICENSE:

Attribution - Share Alike - Creative Commons (http://creativecommons.org/licenses/by-sa/3.0/)

DISCLAIMER:

This software is provided “as is," and you use the software at your own risk. Under no circumstances shall Carlosgs be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this software, even if Carlosgs has been advised of the possibility of such damages.

CREDIT:

This script was created using as a base:
"Upload GCode to SpereBot" by Tgfuellner http://www.thingiverse.com/thing:9941 (CC-BY-SA)
Please refer to http://carlosgs.es for more information on this probing method

REQUISITE:

http://pyserial.sourceforge.net
Installation on Ubuntu: sudo aptitude install python-serial