Browse Source

Added info to the delta configuration files in the configuration.h file

Erik van der Zalm 12 years ago
parent
commit
d8c2c810b4
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/Configuration.h

+ 7
- 0
Marlin/Configuration.h View File

5
 // Advanced settings can be found in Configuration_adv.h
5
 // Advanced settings can be found in Configuration_adv.h
6
 // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration
6
 // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration
7
 
7
 
8
+//===========================================================================
9
+//============================= DELTA Printer ===============================
10
+//===========================================================================
11
+// For a Delta printer rplace the configuration files wilth the files in the 
12
+// example_configurations/delta directory.
13
+// 
14
+
8
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
15
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
9
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
16
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
10
 // build by the user have been successfully uploaded into firmware.
17
 // build by the user have been successfully uploaded into firmware.

Loading…
Cancel
Save