diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 263a2a74..f858024e 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -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 diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 6416c24f..7502ad9d 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -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 /**