diff --git a/TH3DUF_R2/Configuration.h b/TH3DUF_R2/Configuration.h index 455074b..298dd87 100644 --- a/TH3DUF_R2/Configuration.h +++ b/TH3DUF_R2/Configuration.h @@ -747,15 +747,18 @@ // Patreon Link: https://www.patreon.com/join/andrivet //=========================================================================== -// Wanhao i3 MINI Options - Select 'Arduino Mega 2560' from Tools > Board +// Wanhao i3 MINI (V1/V2) Options - Select 'Arduino Mega 2560' from Tools > Board //=========================================================================== //#define WANHAO_I3MINI +//#define WANHAO_I3MINI_V2 // EZABL Probe Mounts //#define WANHAO_I3MINI_OEM //#define WANHAO_I3MINI_OEM_EZABLMINI //#define CUSTOM_PROBE +// If you have the V1 and you've added a heated bed, just uncomment the V2 option + //=========================================================================== // Wanhao D6 Options - Select 'Arduino Mega 2560' from Tools > Board //=========================================================================== @@ -1096,7 +1099,7 @@ #define LCD_LANGUAGE en -#define UNIFIED_VERSION "TH3D U1.R2.B3" +#define UNIFIED_VERSION "TH3D U1.R2.B4" #include "Configuration_backend.h" #endif // CONFIGURATION_H diff --git a/TH3DUF_R2/Configuration_backend.h b/TH3DUF_R2/Configuration_backend.h index 1307039..5e1042b 100644 --- a/TH3DUF_R2/Configuration_backend.h +++ b/TH3DUF_R2/Configuration_backend.h @@ -8,6 +8,10 @@ #include "Configuration_th3d.h" +#if ENABLED(WANHAO_I3MINI_V2) + #define WANHAO_I3MINI +#endif + #if DISABLED(TH3DINHOUSEMACHINE) #if DISABLED(MKS_PRINTER) #if ENABLED(TMC_CREALITY_BOARD) || ENABLED(CR10S_PRO) || ENABLED(CR10_V2) || ENABLED(CR10_MAX) @@ -3182,7 +3186,7 @@ #define TEMP_SENSOR_4 0 #if DISABLED(TH3DINHOUSEMACHINE) - #if ENABLED(AC_BED) || ENABLED(WANHAO_I3MINI) + #if ENABLED(AC_BED) || (ENABLED(WANHAO_I3MINI) && DISABLED(WANHAO_I3MINI_V2)) #define TEMP_SENSOR_BED 0 #elif ENABLED(KNOWN_BED_THERMISTOR) #define TEMP_SENSOR_BED KNOWN_BED_THERMISTOR_VALUE diff --git a/TH3DUF_R2/Configuration_th3d.h b/TH3DUF_R2/Configuration_th3d.h index a64b7b2..ce9f547 100644 --- a/TH3DUF_R2/Configuration_th3d.h +++ b/TH3DUF_R2/Configuration_th3d.h @@ -281,7 +281,7 @@ #endif //end of steve A30 #if ENABLED(TIM_I3MINI) - #define WANHAO_I3MINI + #define WANHAO_I3MINI_V2 #define WANHAO_I3MINI_OEM_EZABLMINI #define EZABL_POINTS 3 #define EZABL_PROBE_EDGE 5