ソースを参照

Store the pre-heat constants outside of the ULTIPANEL define, so we can use them when storing EEPROM in a build without the ULTIPANEL.

daid303 12年前
コミット
a27fef8750
1個のファイルの変更10行の追加10行の削除
  1. 10
    10
      Marlin/Configuration.h

+ 10
- 10
Marlin/Configuration.h ファイルの表示

311
  #define ULTIPANEL
311
  #define ULTIPANEL
312
  #define NEWPANEL
312
  #define NEWPANEL
313
 #endif 
313
 #endif 
314
- 
314
+
315
+// Preheat Constants
316
+#define PLA_PREHEAT_HOTEND_TEMP 180 
317
+#define PLA_PREHEAT_HPB_TEMP 70
318
+#define PLA_PREHEAT_FAN_SPEED 255		// Insert Value between 0 and 255
319
+
320
+#define ABS_PREHEAT_HOTEND_TEMP 240
321
+#define ABS_PREHEAT_HPB_TEMP 100
322
+#define ABS_PREHEAT_FAN_SPEED 255		// Insert Value between 0 and 255
323
+
315
 
324
 
316
 #ifdef ULTIPANEL
325
 #ifdef ULTIPANEL
317
 //  #define NEWPANEL  //enable this if you have a click-encoder panel
326
 //  #define NEWPANEL  //enable this if you have a click-encoder panel
320
   #define LCD_WIDTH 20
329
   #define LCD_WIDTH 20
321
   #define LCD_HEIGHT 4
330
   #define LCD_HEIGHT 4
322
   
331
   
323
-// Preheat Constants
324
-  #define PLA_PREHEAT_HOTEND_TEMP 180 
325
-  #define PLA_PREHEAT_HPB_TEMP 70
326
-  #define PLA_PREHEAT_FAN_SPEED 255		// Insert Value between 0 and 255
327
-
328
-  #define ABS_PREHEAT_HOTEND_TEMP 240
329
-  #define ABS_PREHEAT_HPB_TEMP 100
330
-  #define ABS_PREHEAT_FAN_SPEED 255		// Insert Value between 0 and 255
331
-
332
 #else //no panel but just lcd 
332
 #else //no panel but just lcd 
333
   #ifdef ULTRA_LCD
333
   #ifdef ULTRA_LCD
334
     #define LCD_WIDTH 16
334
     #define LCD_WIDTH 16

読み込み中…
キャンセル
保存