Browse Source

Fixing changed Configuration.h settings to be default values per ErikZalm Request.

kiyoshigawa 12 years ago
parent
commit
4b19c8552e
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/Configuration.h

+ 3
- 3
Marlin/Configuration.h View File

@@ -49,7 +49,7 @@
49 49
 // 21 = Elefu Ra Board (v3)
50 50
 
51 51
 #ifndef MOTHERBOARD
52
-#define MOTHERBOARD 21
52
+#define MOTHERBOARD 7
53 53
 #endif
54 54
 
55 55
 //// The following define selects which power supply you have. Please choose the one that matches your setup
@@ -85,10 +85,10 @@
85 85
 // 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
86 86
 // 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan) (1k pullup)
87 87
 
88
-#define TEMP_SENSOR_0 1
88
+#define TEMP_SENSOR_0 -1
89 89
 #define TEMP_SENSOR_1 0
90 90
 #define TEMP_SENSOR_2 0
91
-#define TEMP_SENSOR_BED 1
91
+#define TEMP_SENSOR_BED 0
92 92
 
93 93
 // Actual temperature must be close to target for this long before M109 returns success
94 94
 #define TEMP_RESIDENCY_TIME 10	// (seconds)

Loading…
Cancel
Save