Переглянути джерело

Fixed bug in configuration.h

Erik van der Zalm 13 роки тому
джерело
коміт
b15902d3b5
1 змінених файлів з 8 додано та 8 видалено
  1. 8
    8
      Marlin/Configuration.h

+ 8
- 8
Marlin/Configuration.h Переглянути файл

@@ -31,7 +31,7 @@
31 31
 // Sanguinololu 1.2 and above = 62
32 32
 // Ultimaker = 7,
33 33
 // Teensylu = 8
34
-#define MOTHERBOARD 5
34
+#define MOTHERBOARD 7
35 35
 
36 36
 //===========================================================================
37 37
 //=============================Thermal Settings  ============================
@@ -176,10 +176,10 @@ const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
176 176
 //#define INVERT_Z_DIR false    // for Mendel set to false, for Orca set to true
177 177
 //#define INVERT_E_DIR true   // for direct drive extruder v9 set to true, for geared extruder set to false
178 178
 
179
-//#define INVERT_X_DIR true    // for Mendel set to false, for Orca set to true
180
-//#define INVERT_Y_DIR false   // for Mendel set to true, for Orca set to false
181
-//#define INVERT_Z_DIR true    // for Mendel set to false, for Orca set to true
182
-//#define INVERT_E_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false
179
+#define INVERT_X_DIR true     // for Mendel set to false, for Orca set to true
180
+#define INVERT_Y_DIR false    // for Mendel set to true, for Orca set to false
181
+#define INVERT_Z_DIR true     // for Mendel set to false, for Orca set to true
182
+#define INVERT_E_DIR false    // for direct drive extruder v9 set to true, for geared extruder set to false
183 183
 
184 184
 //// ENDSTOP SETTINGS:
185 185
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
@@ -242,11 +242,11 @@ const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
242 242
 // The watchdog waits for the watchperiod in milliseconds whenever an M104 or M109 increases the target temperature
243 243
 // this enables the watchdog interrupt.
244 244
 //#define USE_WATCHDOG
245
-#ifdef USE_WATCHDOG
245
+//#ifdef USE_WATCHDOG
246 246
   // you cannot reboot on a mega2560 due to a bug in he bootloader. Hence, you have to reset manually, and this is done hereby:
247 247
 //#define RESET_MANUAL
248 248
 //#define WATCHDOG_TIMEOUT 4  //seconds
249
-
249
+//#endif
250 250
 
251 251
 // extruder advance constant (s2/mm3)
252 252
 //
@@ -272,7 +272,7 @@ const bool ENDSTOPS_INVERTING = true; // set to true to invert the logic of the
272 272
 //#define ULTRA_LCD  //general lcd support, also 16x2
273 273
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
274 274
 
275
-//#define ULTIPANEL
275
+#define ULTIPANEL
276 276
 #ifdef ULTIPANEL
277 277
 //  #define NEWPANEL  //enable this if you have a click-encoder panel
278 278
   #define SDSUPPORT

Завантаження…
Відмінити
Зберегти