Move code block of probe to appropriate position
This commit is contained in:
parent
740fb2ce39
commit
aa6d35bd49
|
@ -391,50 +391,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -486,6 +442,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -389,50 +389,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -484,6 +440,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -401,50 +401,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -496,6 +452,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -403,50 +403,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -498,6 +454,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -426,50 +426,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -521,6 +477,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -409,50 +409,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -504,6 +460,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -403,50 +403,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -498,6 +454,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -417,50 +417,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -512,6 +468,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -430,50 +430,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -525,6 +481,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -401,50 +401,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -496,6 +452,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -409,50 +409,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -504,6 +460,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -451,50 +451,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -583,6 +539,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
|
|
||||||
#endif // Z_PROBE_ALLEN_KEY
|
#endif // Z_PROBE_ALLEN_KEY
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -451,50 +451,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -577,6 +533,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
|
|
||||||
#endif // Z_PROBE_ALLEN_KEY
|
#endif // Z_PROBE_ALLEN_KEY
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -451,50 +451,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -580,6 +536,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
|
|
||||||
#endif // Z_PROBE_ALLEN_KEY
|
#endif // Z_PROBE_ALLEN_KEY
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -440,50 +440,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -574,6 +530,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
|
|
||||||
#endif // Z_PROBE_ALLEN_KEY
|
#endif // Z_PROBE_ALLEN_KEY
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -449,50 +449,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -575,6 +531,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
|
|
||||||
#endif // Z_PROBE_ALLEN_KEY
|
#endif // Z_PROBE_ALLEN_KEY
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -412,50 +412,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -507,6 +463,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
|
@ -399,50 +399,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
|
||||||
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
|
||||||
//
|
|
||||||
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
//
|
|
||||||
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
|
||||||
// Example: To park the head outside the bed area when homing with G28.
|
|
||||||
//
|
|
||||||
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
|
||||||
//
|
|
||||||
// For a servo-based Z probe, you must set up servo support below, including
|
|
||||||
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
|
||||||
//
|
|
||||||
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
// - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
// - Otherwise connect:
|
|
||||||
// - normally-closed switches to GND and D32.
|
|
||||||
// - normally-open switches to 5V and D32.
|
|
||||||
//
|
|
||||||
// Normally-closed switches are advised and are the default.
|
|
||||||
//
|
|
||||||
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
|
||||||
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
|
||||||
// default pin for all RAMPS-based boards. Some other boards map differently.
|
|
||||||
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
|
||||||
//
|
|
||||||
// WARNING:
|
|
||||||
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
// Use with caution and do your homework.
|
|
||||||
//
|
|
||||||
//#define Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
|
||||||
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
|
|
||||||
// To use a probe you must enable one of the two options above!
|
|
||||||
|
|
||||||
// This option disables the use of the Z_MIN_PROBE_PIN
|
|
||||||
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
|
||||||
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
|
||||||
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
|
||||||
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Probe Type
|
// Probe Type
|
||||||
// Probes are sensors/switches that are activated / deactivated before/after use.
|
// Probes are sensors/switches that are activated / deactivated before/after use.
|
||||||
|
@ -494,6 +450,50 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
||||||
// Allen Key Probe is defined in the Delta example configurations.
|
// Allen Key Probe is defined in the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_ENDSTOP to use _both_ a Z Probe and a Z-min-endstop on the same machine.
|
||||||
|
// With this option the Z_MIN_PROBE_PIN will only be used for probing, never for homing.
|
||||||
|
//
|
||||||
|
// *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
||||||
|
//
|
||||||
|
// To continue using the Z-min-endstop for homing, be sure to disable Z_SAFE_HOMING.
|
||||||
|
// Example: To park the head outside the bed area when homing with G28.
|
||||||
|
//
|
||||||
|
// To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
|
||||||
|
//
|
||||||
|
// For a servo-based Z probe, you must set up servo support below, including
|
||||||
|
// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
|
||||||
|
//
|
||||||
|
// - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
||||||
|
// - Use 5V for powered (usu. inductive) sensors.
|
||||||
|
// - Otherwise connect:
|
||||||
|
// - normally-closed switches to GND and D32.
|
||||||
|
// - normally-open switches to 5V and D32.
|
||||||
|
//
|
||||||
|
// Normally-closed switches are advised and are the default.
|
||||||
|
//
|
||||||
|
// The Z_MIN_PROBE_PIN sets the Arduino pin to use. (See your board's pins file.)
|
||||||
|
// Since the RAMPS Aux4->D32 pin maps directly to the Arduino D32 pin, D32 is the
|
||||||
|
// default pin for all RAMPS-based boards. Some other boards map differently.
|
||||||
|
// To set or change the pin for your board, edit the appropriate pins_XXXXX.h file.
|
||||||
|
//
|
||||||
|
// WARNING:
|
||||||
|
// Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
||||||
|
// Use with caution and do your homework.
|
||||||
|
//
|
||||||
|
//#define Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
|
// Enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use the Z_MIN_PIN for your Z_MIN_PROBE.
|
||||||
|
// The Z_MIN_PIN will then be used for both Z-homing and probing.
|
||||||
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
// To use a probe you must enable one of the two options above!
|
||||||
|
|
||||||
|
// This option disables the use of the Z_MIN_PROBE_PIN
|
||||||
|
// To enable the Z probe pin but disable its use, uncomment the line below. This only affects a
|
||||||
|
// Z probe switch if you have a separate Z min endstop also and have activated Z_MIN_PROBE_ENDSTOP above.
|
||||||
|
// If you're using the Z MIN endstop connector for your Z probe, this has no effect.
|
||||||
|
//#define DISABLE_Z_MIN_PROBE_ENDSTOP
|
||||||
|
|
||||||
// Enable Z Probe Repeatability test to see how accurate your probe is
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
||||||
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
//#define Z_MIN_PROBE_REPEATABILITY_TEST
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue