Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.h')
-rw-r--r--src/Configuration.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/src/Configuration.h b/src/Configuration.h
index ff706cbe..a2475a36 100644
--- a/src/Configuration.h
+++ b/src/Configuration.h
@@ -25,20 +25,6 @@ Licence: GPL
#include <cstddef> // for size_t
-// Firmware name is now defined in the Pins file
-
-#ifndef VERSION
-# define VERSION "1.17"
-#endif
-
-#ifndef DATE
-# define DATE "2016-12-24"
-#endif
-
-#define AUTHORS "reprappro, dc42, zpl, t3p3, dnewman"
-
-#define FLASH_SAVE_ENABLED (1)
-
// Other firmware that we might switch to be compatible with.
enum Compatibility
@@ -95,6 +81,10 @@ const float DefaultHotEndHeaterGain = 340.0;
const float DefaultHotEndHeaterTimeConstant = 140.0;
const float DefaultHotEndHeaterDeadTime = 5.5;
+const int8_t DefaultBedHeater = 0;
+const int8_t DefaultChamberHeater = -1;
+const int8_t DefaultE0Heater = 1; // Index of the default first extruder heater
+
// These parameters are about right for a typical PCB bed heater that maxes out at 110C
const float DefaultBedHeaterGain = 90.0;
const float DefaultBedHeaterTimeConstant = 700.0;