|
|
|
|
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.
|