File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1363
1363
/**
1364
1364
* Z_MIN_PROBE_PIN
1365
1365
*
1366
- * Define this pin if the probe is not connected to Z_MIN_PIN.
1367
- * If not defined the default pin for the selected MOTHERBOARD
1368
- * will be used. Most of the time the default is what you want.
1366
+ * Override this pin only if the probe cannot be connected to
1367
+ * the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
1369
1368
*
1370
1369
* - The simplest option is to use a free endstop connector.
1371
1370
* - Use 5V for powered (usually inductive) sensors.
1372
1371
*
1373
- * - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
1374
- * - For simple switches connect...
1375
- * - normally-closed switches to GND and D32.
1376
- * - normally-open switches to 5V and D32.
1372
+ * - For simple switches...
1373
+ * - Normally-closed (NC) also connect to GND.
1374
+ * - Normally-open (NO) also connect to 5V.
1377
1375
*/
1378
- //#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
1376
+ //#define Z_MIN_PROBE_PIN -1
1379
1377
1380
1378
/**
1381
1379
* Probe Type
You can’t perform that action at this time.
0 commit comments