From 156ed96649204db7128212df1fe03d3f486738e5 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 9 May 2018 13:32:10 -0400 Subject: [PATCH] Set UBL off by default to match stock --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c3095453c6..6d3636fa3c 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -125,7 +125,7 @@ /** * Enable if you wish to change the auto level strategy to Unified Bed Leveling. Under CUSTOM COMMANDS, run Step 1 and 2 before setting Z Offset */ -#define UBL +//#define UBL //ONLY MAKE CHANGES ABOVE FOR RELIABLE FUNCTION //ONLY MAKE CHANGES ABOVE FOR RELIABLE FUNCTION