From d8c2c810b49d43ecba84b3226c20a62900b34df9 Mon Sep 17 00:00:00 2001
From: Erik van der Zalm <erik@vdzalm.eu>
Date: Mon, 23 Sep 2013 23:29:46 +0200
Subject: [PATCH] Added info to the delta configuration files in the
 configuration.h file

---
 Marlin/Configuration.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 3927b16424..a65462fcb3 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -5,6 +5,13 @@
 // Advanced settings can be found in Configuration_adv.h
 // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration
 
+//===========================================================================
+//============================= DELTA Printer ===============================
+//===========================================================================
+// For a Delta printer rplace the configuration files wilth the files in the 
+// example_configurations/delta directory.
+// 
+
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
 // build by the user have been successfully uploaded into firmware.