Thomas Buck 3 лет назад
Родитель
Сommit
b1b91d8778
1 измененных файлов: 7 добавлений и 7 удалений
  1. 7
    7
      Marlin/Configuration.h

+ 7
- 7
Marlin/Configuration.h Просмотреть файл

1325
 #endif
1325
 #endif
1326
 
1326
 
1327
 // Add a menu item to move between bed corners for manual bed adjustment
1327
 // Add a menu item to move between bed corners for manual bed adjustment
1328
-//#define LEVEL_BED_CORNERS
1328
+#define LEVEL_BED_CORNERS
1329
 
1329
 
1330
 #if ENABLED(LEVEL_BED_CORNERS)
1330
 #if ENABLED(LEVEL_BED_CORNERS)
1331
   #define LEVEL_CORNERS_INSET_LFRB { 30, 30, 30, 30 } // (mm) Left, Front, Right, Back insets
1331
   #define LEVEL_CORNERS_INSET_LFRB { 30, 30, 30, 30 } // (mm) Left, Front, Right, Back insets
1332
   #define LEVEL_CORNERS_HEIGHT      0.0   // (mm) Z height of nozzle at leveling points
1332
   #define LEVEL_CORNERS_HEIGHT      0.0   // (mm) Z height of nozzle at leveling points
1333
   #define LEVEL_CORNERS_Z_HOP       4.0   // (mm) Z height of nozzle between leveling points
1333
   #define LEVEL_CORNERS_Z_HOP       4.0   // (mm) Z height of nozzle between leveling points
1334
-  //#define LEVEL_CENTER_TOO              // Move to the center after the last corner
1334
+  #define LEVEL_CENTER_TOO              // Move to the center after the last corner
1335
 #endif
1335
 #endif
1336
 
1336
 
1337
 /**
1337
 /**
1480
 #define PREHEAT_1_LABEL       "PLA"
1480
 #define PREHEAT_1_LABEL       "PLA"
1481
 #define PREHEAT_1_TEMP_HOTEND 185
1481
 #define PREHEAT_1_TEMP_HOTEND 185
1482
 #define PREHEAT_1_TEMP_BED     45
1482
 #define PREHEAT_1_TEMP_BED     45
1483
-#define PREHEAT_1_FAN_SPEED   255 // Value from 0 to 255
1483
+#define PREHEAT_1_FAN_SPEED     0 // Value from 0 to 255
1484
 
1484
 
1485
-#define PREHEAT_2_LABEL       "ABS"
1486
-#define PREHEAT_2_TEMP_HOTEND 240
1487
-#define PREHEAT_2_TEMP_BED      0
1488
-#define PREHEAT_2_FAN_SPEED   255 // Value from 0 to 255
1485
+#define PREHEAT_2_LABEL       "PETG"
1486
+#define PREHEAT_2_TEMP_HOTEND 220
1487
+#define PREHEAT_2_TEMP_BED     70
1488
+#define PREHEAT_2_FAN_SPEED     0 // Value from 0 to 255
1489
 
1489
 
1490
 /**
1490
 /**
1491
  * Nozzle Park
1491
  * Nozzle Park

Загрузка…
Отмена
Сохранить