diff --git a/Ender3 with SKR mini E3 V3.0/Configuration.h b/Ender3 with SKR mini E3 V3.0/Configuration.h index 916b4a0..120dd81 100644 --- a/Ender3 with SKR mini E3 V3.0/Configuration.h +++ b/Ender3 with SKR mini E3 V3.0/Configuration.h @@ -1304,10 +1304,10 @@ * The probe replaces the Z-MIN endstop and is used for Z homing. * (Automatically enables USE_PROBE_FOR_Z_HOMING.) */ -//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN +#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN // Force the use of the probe for Z-axis homing -#define USE_PROBE_FOR_Z_HOMING +//#define USE_PROBE_FOR_Z_HOMING /** * Z_MIN_PROBE_PIN diff --git a/Ender3 with SKR mini E3 V3.0/Configuration_adv.h b/Ender3 with SKR mini E3 V3.0/Configuration_adv.h index d7472fb..9c62030 100644 --- a/Ender3 with SKR mini E3 V3.0/Configuration_adv.h +++ b/Ender3 with SKR mini E3 V3.0/Configuration_adv.h @@ -912,7 +912,7 @@ // Safety: The probe needs time to recognize the command. // Minimum command delay (ms). Enable and increase if needed. - #define BLTOUCH_DELAY 500 + //#define BLTOUCH_DELAY 500 /** * Settings for BLTOUCH Classic 1.2, 1.3 or BLTouch Smart 1.0, 2.0, 2.2, 3.0, 3.1, and most clones: @@ -920,7 +920,7 @@ // Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful // in special cases, like noisy or filtered input configurations. - //#define BLTOUCH_FORCE_SW_MODE + #define BLTOUCH_FORCE_SW_MODE /** * Settings for BLTouch Smart 3.0 and 3.1 diff --git a/Ender3 with SKR mini E3 V3.0/firmware-2.1.2.4.bin b/Ender3 with SKR mini E3 V3.0/firmware-2.1.2.4.bin index 251f27d..f7df7a1 100644 Binary files a/Ender3 with SKR mini E3 V3.0/firmware-2.1.2.4.bin and b/Ender3 with SKR mini E3 V3.0/firmware-2.1.2.4.bin differ diff --git a/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/Configuration.h b/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/Configuration.h index d32f26e..0821af3 100644 --- a/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/Configuration.h +++ b/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/Configuration.h @@ -37,7 +37,7 @@ * * Advanced settings can be found in Configuration_adv.h */ -#define CONFIGURATION_H_VERSION 02010202 +#define CONFIGURATION_H_VERSION 02010204 //=========================================================================== //============================= Getting Started ============================= @@ -1304,10 +1304,10 @@ * The probe replaces the Z-MIN endstop and is used for Z homing. * (Automatically enables USE_PROBE_FOR_Z_HOMING.) */ -//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN +#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN // Force the use of the probe for Z-axis homing -#define USE_PROBE_FOR_Z_HOMING +//#define USE_PROBE_FOR_Z_HOMING /** * Z_MIN_PROBE_PIN @@ -1711,8 +1711,8 @@ // Direction of endstops when homing; 1=MAX, -1=MIN // :[-1,1] -#define X_HOME_DIR -1 -#define Y_HOME_DIR -1 +#define X_HOME_DIR 1 +#define Y_HOME_DIR 1 #define Z_HOME_DIR -1 //#define I_HOME_DIR -1 //#define J_HOME_DIR -1 diff --git a/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/Configuration_adv.h b/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/Configuration_adv.h index 080e89c..12e137f 100644 --- a/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/Configuration_adv.h +++ b/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/Configuration_adv.h @@ -32,7 +32,7 @@ * * Basic settings can be found in Configuration.h */ -#define CONFIGURATION_ADV_H_VERSION 02010202 +#define CONFIGURATION_ADV_H_VERSION 02010204 // @section develop @@ -912,7 +912,7 @@ // Safety: The probe needs time to recognize the command. // Minimum command delay (ms). Enable and increase if needed. - #define BLTOUCH_DELAY 500 + //#define BLTOUCH_DELAY 500 /** * Settings for BLTOUCH Classic 1.2, 1.3 or BLTouch Smart 1.0, 2.0, 2.2, 3.0, 3.1, and most clones: @@ -920,7 +920,7 @@ // Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful // in special cases, like noisy or filtered input configurations. - //#define BLTOUCH_FORCE_SW_MODE + #define BLTOUCH_FORCE_SW_MODE /** * Settings for BLTouch Smart 3.0 and 3.1 diff --git a/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/firmware-2.1.2.4.bin b/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/firmware-2.1.2.4.bin index b2455d4..dd39d45 100644 Binary files a/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/firmware-2.1.2.4.bin and b/Ender5 with SKR mini E3 V3.0 and Biqu H2 V2S/firmware-2.1.2.4.bin differ