Merge branch 'master' of ssh://github.com/carlosgs/Cyclone-PCB-Factory

pull/6/head
Carlos Garcia Saura 2013-07-29 11:35:33 -07:00
commit 2727cdb2f3
1 changed files with 11 additions and 1 deletions

View File

@ -2,12 +2,22 @@ Description
-------- --------
This is a patch of Marlin by ErikZalm (https://github.com/ErikZalm/Marlin) that adds probing command (G30) with the functions developed by larsbrubaker (https://github.com/ErikZalm/Marlin/pull/323) This is a patch of Marlin by ErikZalm (https://github.com/ErikZalm/Marlin) that adds probing command (G30) with the functions developed by larsbrubaker (https://github.com/ErikZalm/Marlin/pull/323)
The changes made are hereby released on the public domain. The changes made (marked as _CGS MOD_) are hereby released on the public domain.
Quick Information Quick Information
=================== ===================
You must setup two endstops for the Z axis, the lower one is considered our "probe" You must setup two endstops for the Z axis, the lower one is considered our "probe"
_Pin definitions (from "pins.h")_
<pre>
<code>
// We are using the Z_MIN endstop as a probe
// Also, we have our Z_MAX endstop to limit the vertical movement of the spindle
#define Z_PROBE_PIN 27 // using Sanguinololu, pin 36 (D27) , labeled A4
#define Z_PROBE_HIT_VALUE 0 // Switch this if your probe gives an inverted value
</code>
</pre>
Disclaimer Disclaimer
=================== ===================
This hardware/software is provided “as is," and you use the hardware/software at your own risk. Under nocircumstances shall Carlosgs be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this hardware/software, even if Carlosgs has 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 Carlosgs be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this hardware/software, even if Carlosgs has been advised of the possibility of such damages.