From e34c9981abd4ba8d5bbfa7959a6ee71dac9f22da Mon Sep 17 00:00:00 2001
From: Erik van der Zalm <erik@vdzalm.eu>
Date: Tue, 11 Jun 2013 22:33:58 +0200
Subject: [PATCH] Delta disabled by default

---
 Marlin/Configuration.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 43032a37d2..ef0d4e59ba 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -72,7 +72,7 @@
 //============================== Delta Settings =============================
 //===========================================================================
 // Enable DELTA kinematics
-#define DELTA
+//#define DELTA
 
 // Make delta curves from many straight lines (linear interpolation).
 // This is a trade-off between visible corners (not enough segments)
-- 
GitLab