Skip to content

Commit 7ef2861

Browse files
ellenspthinkyhead
authored andcommitted
🔧 Safer default for Z_MIN_PROBE_PIN override (MarlinFirmware#25524)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
1 parent 819d0f4 commit 7ef2861

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Marlin/Configuration.h

+6-8
Original file line numberDiff line numberDiff line change
@@ -1363,19 +1363,17 @@
13631363
/**
13641364
* Z_MIN_PROBE_PIN
13651365
*
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.
13691368
*
13701369
* - The simplest option is to use a free endstop connector.
13711370
* - Use 5V for powered (usually inductive) sensors.
13721371
*
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.
13771375
*/
1378-
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
1376+
//#define Z_MIN_PROBE_PIN -1
13791377

13801378
/**
13811379
* Probe Type

0 commit comments

Comments
 (0)