From a69a1b5148e4e111fa62a685ab230c89fc8ba685 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Wed, 5 May 2021 22:45:24 +0200 Subject: Enabled graphical overlay on Z-offset editor (babystepping) --- marlinfw/config-2.0.8/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'marlinfw/config-2.0.8/Configuration_adv.h') diff --git a/marlinfw/config-2.0.8/Configuration_adv.h b/marlinfw/config-2.0.8/Configuration_adv.h index 4c9cab4..883c17d 100644 --- a/marlinfw/config-2.0.8/Configuration_adv.h +++ b/marlinfw/config-2.0.8/Configuration_adv.h @@ -1816,7 +1816,7 @@ #define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping #if ENABLED(BABYSTEP_ZPROBE_OFFSET) //#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets - //#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor + #define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor #endif #endif -- cgit v1.2.3