cyclone-pcb-factory/Software/CycloneHost
carlosgs 6375fbcab0 Implemented the gcode viewer as a module. Bugfix & code cleanup 2013-05-29 18:16:18 +02:00
..
CycloneHost.py More work regarding: gcode parsing, optimization and visualization 2013-05-29 00:49:33 +02:00
GcodeParser.py Implemented the gcode viewer as a module. Bugfix & code cleanup 2013-05-29 18:16:18 +02:00
GcodeViewer.py Implemented the gcode viewer as a module. Bugfix & code cleanup 2013-05-29 18:16:18 +02:00
README.md More work regarding: gcode parsing, optimization and visualization 2013-05-29 00:49:33 +02:00
helper.py More work regarding: gcode parsing, optimization and visualization 2013-05-29 00:49:33 +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