From 577cd2b8e2c4b4a63f8fefc1a9f3d47bdfed474e Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Sun, 16 Feb 2020 12:11:38 +0100 Subject: Altered configuration to support BL Touch (based on 2.0.x config used)). --- marlinfw/config-1.1.x/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'marlinfw/config-1.1.x/Configuration_adv.h') diff --git a/marlinfw/config-1.1.x/Configuration_adv.h b/marlinfw/config-1.1.x/Configuration_adv.h index 9ae8a59..67dc5e7 100644 --- a/marlinfw/config-1.1.x/Configuration_adv.h +++ b/marlinfw/config-1.1.x/Configuration_adv.h @@ -808,11 +808,11 @@ //#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA! #define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way #define BABYSTEP_MULTIPLICATOR 5 // Babysteps are very small. Increase for faster motion. - //#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping + #define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping #define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping. #define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds. // Note: Extra time may be added to mitigate controller latency. - //#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 // @section extruder -- cgit v1.2.3