aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2021-05-05 22:45:24 +0200
committerEddie Ehlin <eddiex@eddiex.se>2021-05-05 22:45:24 +0200
commita69a1b5148e4e111fa62a685ab230c89fc8ba685 (patch)
tree793fe93fa1a52e07d9d04180c43dbe5705edb3a3
parent110cc93ea227dd1dd1a1f48ada9694a50ef48be6 (diff)
download3DPrinter-CR10S-a69a1b5148e4e111fa62a685ab230c89fc8ba685.tar.gz
3DPrinter-CR10S-a69a1b5148e4e111fa62a685ab230c89fc8ba685.zip
Enabled graphical overlay on Z-offset editor (babystepping)
-rw-r--r--marlinfw/config-2.0.8/Configuration_adv.h2
1 files changed, 1 insertions, 1 deletions
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