File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 13521352/**
13531353 * Z_MIN_PROBE_PIN
13541354 *
1355- * Define this pin if the probe is not connected to Z_MIN_PIN.
1356- * If not defined the default pin for the selected MOTHERBOARD
1357- * will be used. Most of the time the default is what you want.
1355+ * Override this pin only if the probe cannot be connected to
1356+ * the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
13581357 *
13591358 * - The simplest option is to use a free endstop connector.
13601359 * - Use 5V for powered (usually inductive) sensors.
13611360 *
1362- * - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
1363- * - For simple switches connect...
1364- * - normally-closed switches to GND and D32.
1365- * - normally-open switches to 5V and D32.
1361+ * - For simple switches...
1362+ * - Normally-closed (NC) also connect to GND.
1363+ * - Normally-open (NO) also connect to 5V.
13661364 */
1367- //#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
1365+ //#define Z_MIN_PROBE_PIN -1
13681366
13691367/**
13701368 * Probe Type
You can’t perform that action at this time.
0 commit comments