Removed misleading pin assignment.
This commit is contained in:
@@ -1107,11 +1107,12 @@
|
||||
* - For simple switches connect...
|
||||
* - normally-closed switches to GND and D32.
|
||||
* - normally-open switches to 5V and D32.
|
||||
*
|
||||
* If you need to change the Z_MIN_PROBE_PIN, please do this
|
||||
* in the file pins_RAMPS.h or pins_RAMPS_CHIRON.h !
|
||||
*
|
||||
*/
|
||||
#if ENABLED(KNUTWURST_BLTOUCH, KNUTWURST_CHIRON)
|
||||
#define Z_MIN_PROBE_PIN 2 // Pin 32 is the RAMPS default
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* Probe Type
|
||||
|
@@ -41,10 +41,10 @@
|
||||
* here we define this default string as the date where the latest release
|
||||
* version was tagged.
|
||||
*/
|
||||
#define CUSTOM_BUILD_VERSION "1.2.0"
|
||||
#define CUSTOM_BUILD_VERSION "1.2.1"
|
||||
|
||||
#ifndef STRING_DISTRIBUTION_DATE
|
||||
#define STRING_DISTRIBUTION_DATE "2021-06-24"
|
||||
#define STRING_DISTRIBUTION_DATE "2021-06-29"
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user