Removed misleading pin assignment.

This commit is contained in:
Knutwurst
2021-06-29 08:43:30 +02:00
parent 6e74183381
commit c06c1f37a4
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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
/**