cyclone-pcb-factory/Software/Zprobe
carlosgs 04fd7a40aa This scripts shows the error between measures made in different days with the same PCB 2013-05-25 18:45:31 +02:00
..
README.md Added the Firmware and Software folders 2013-05-25 15:19:18 +02:00
Zprobe.py Improved the serial port management, fixed some bugs. Code commenting and cleanup. 2013-05-25 18:31:47 +02:00
visualizeZprobing.m Added the Firmware and Software folders 2013-05-25 15:19:18 +02:00
visualizeZprobing_difference.m This scripts shows the error between measures made in different days with the same PCB 2013-05-25 18:45:31 +02:00

README.md

Cyclone-PCB-console

Controller for the Cyclone PCB Factory

Cyclone PCB console v0.1

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