mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-09 07:56:27 -06:00
🔧 Avoid bad Z_MIN_PROBE_PIN
MarlinFirmware/Marlin#25524 Co-Authored-By: ellensp <530024+ellensp@users.noreply.github.com>
This commit is contained in:
parent
84a751b54d
commit
367c9b8a0d
338 changed files with 2022 additions and 2700 deletions
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1355,19 +1355,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1422,19 +1422,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1423,19 +1423,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1370,19 +1370,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1356,19 +1356,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1355,19 +1355,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1355,19 +1355,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1355,19 +1355,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1359,19 +1359,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1359,19 +1359,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1359,19 +1359,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1359,19 +1359,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1356,19 +1356,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1398,19 +1398,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1363,19 +1363,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
#define Z_MIN_PROBE_PIN PC2 // Pin 32 is the RAMPS default
|
||||
#define Z_MIN_PROBE_PIN PC2
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
#define Z_MIN_PROBE_PIN 19 // Pin 32 is the RAMPS default
|
||||
#define Z_MIN_PROBE_PIN 19
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1369,19 +1369,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,17 +1353,15 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
#define Z_MIN_PROBE_PIN PC2
|
||||
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1351,19 +1351,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1351,19 +1351,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1364,19 +1364,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1360,19 +1360,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,17 +1353,15 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
#define Z_MIN_PROBE_PIN P1_29 // Z Max Pin
|
||||
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1367,19 +1367,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1369,19 +1369,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1361,19 +1361,16 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
#define Z_MIN_PROBE_PIN PC14 // Zstop Pin in Z-Probe port
|
||||
|
||||
/**
|
||||
|
|
|
@ -1362,19 +1362,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1355,19 +1355,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1365,19 +1365,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
#if ENABLED(CR10V2_BLTOUCH)
|
||||
#define Z_MIN_PROBE_PIN 19
|
||||
|
|
|
@ -1366,19 +1366,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
#if ENABLED(CR10V3_BLTOUCH)
|
||||
#define Z_MIN_PROBE_PIN 19
|
||||
|
|
|
@ -1352,19 +1352,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
#define Z_MIN_PROBE_PIN PE4 // Pin 32 is the RAMPS default
|
||||
#define Z_MIN_PROBE_PIN PE4
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
#define Z_MIN_PROBE_PIN PA2 // Pin 32 is the RAMPS default
|
||||
#define Z_MIN_PROBE_PIN PA2
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1357,19 +1357,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1354,19 +1354,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
|
@ -1353,19 +1353,17 @@
|
|||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
*
|
||||
* Define this pin if the probe is not connected to Z_MIN_PIN.
|
||||
* If not defined the default pin for the selected MOTHERBOARD
|
||||
* will be used. Most of the time the default is what you want.
|
||||
* Override this pin only if the probe cannot be connected to
|
||||
* the default Z_MIN_PROBE_PIN for the selected MOTHERBOARD.
|
||||
*
|
||||
* - The simplest option is to use a free endstop connector.
|
||||
* - Use 5V for powered (usually inductive) sensors.
|
||||
*
|
||||
* - RAMPS 1.3/1.4 boards may use the 5V, GND, and Aux4->D32 pin:
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
* - For simple switches...
|
||||
* - Normally-closed (NC) also connect to GND.
|
||||
* - Normally-open (NO) also connect to 5V.
|
||||
*/
|
||||
//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default
|
||||
//#define Z_MIN_PROBE_PIN -1
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue