diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2021-05-05 22:45:24 +0200 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2021-05-05 22:45:24 +0200 |
commit | a69a1b5148e4e111fa62a685ab230c89fc8ba685 (patch) | |
tree | 793fe93fa1a52e07d9d04180c43dbe5705edb3a3 | |
parent | 110cc93ea227dd1dd1a1f48ada9694a50ef48be6 (diff) | |
download | 3DPrinter-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.h | 2 |
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 |