From 18b5ad083531da9a303f9b5af416b9aab37b76f4 Mon Sep 17 00:00:00 2001 From: Timothy Hoogland Date: Mon, 15 Apr 2019 13:26:54 -0500 Subject: [PATCH] U1.R2.10d No probe fix offset --- TH3DUF_R2/Configuration.h | 2 +- TH3DUF_R2/Configuration_adv.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TH3DUF_R2/Configuration.h b/TH3DUF_R2/Configuration.h index 5f4cf0c..c2558d4 100644 --- a/TH3DUF_R2/Configuration.h +++ b/TH3DUF_R2/Configuration.h @@ -818,6 +818,6 @@ #include "Configuration_backend.h" -#define UNIFIED_VERSION "TH3D U1.R2.10c" +#define UNIFIED_VERSION "TH3D U1.R2.10d" #endif // CONFIGURATION_H diff --git a/TH3DUF_R2/Configuration_adv.h b/TH3DUF_R2/Configuration_adv.h index 157e259..9976cce 100644 --- a/TH3DUF_R2/Configuration_adv.h +++ b/TH3DUF_R2/Configuration_adv.h @@ -277,11 +277,10 @@ #if ENABLED(EZABL_ENABLE) && DISABLED(LCD2004) #define BABYSTEP_ZPROBE_GFX_OVERLAY #endif - #define BABYSTEP_ZPROBE_OFFSET #define DOUBLECLICK_FOR_Z_BABYSTEPPING #define DOUBLECLICK_MAX_INTERVAL 2000 - #if ENABLED(EZABL_ENABLE) && DISABLED(LCD2004) + #if ENABLED(EZABL_ENABLE) #define BABYSTEP_ZPROBE_OFFSET #endif #endif