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

Hephestos2 heated bed kit for all (#9757)

Scott Lahteine 6 роки тому
джерело
коміт
59c98d6fd5
Аккаунт користувача з таким Email не знайдено
44 змінених файлів з 479 додано та 21 видалено
  1. 11
    0
      Marlin/Configuration_adv.h
  2. 11
    0
      Marlin/src/config/default/Configuration_adv.h
  3. 11
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 11
    0
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 11
    0
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 11
    0
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 11
    0
      Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h
  8. 11
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  9. 6
    21
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  10. 11
    0
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  11. 11
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  12. 11
    0
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  13. 11
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  14. 11
    0
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  15. 11
    0
      Marlin/src/config/examples/Creality/Ender/Configuration_adv.h
  16. 11
    0
      Marlin/src/config/examples/Felix/Configuration_adv.h
  17. 11
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  18. 11
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  19. 11
    0
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  20. 11
    0
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  21. 11
    0
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  22. 11
    0
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  23. 11
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  24. 11
    0
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  25. 11
    0
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  26. 11
    0
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  27. 11
    0
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  28. 11
    0
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  29. 11
    0
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  30. 11
    0
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  31. 11
    0
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  32. 11
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  33. 11
    0
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  34. 11
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  35. 11
    0
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  36. 11
    0
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  37. 11
    0
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  38. 11
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  39. 11
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  40. 11
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  41. 11
    0
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  42. 11
    0
      Marlin/src/config/examples/makibox/Configuration_adv.h
  43. 11
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  44. 11
    0
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 11
- 0
Marlin/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/default/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 6
- 21
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h Переглянути файл

@@ -25,7 +25,7 @@
25 25
 #define CONFIGURATION_H_VERSION 020000
26 26
 
27 27
 //===========================================================================
28
-//================================= README ==================================
28
+//============================= Getting Started =============================
29 29
 //===========================================================================
30 30
 
31 31
 /**
@@ -34,15 +34,9 @@
34 34
  * This configuration supports the standard Hephestos 2 with or without the
35 35
  * heated bed kit featured at https://store.bq.com/en/heated-bed-kit-hephestos2
36 36
  *
37
- * Enable the following option to activate all functionality related to the heated bed.
38
- */
39
-//#define HEPHESTOS2_HEATED_BED_KIT
40
-
41
-//===========================================================================
42
-//============================= Getting Started =============================
43
-//===========================================================================
44
-
45
-/**
37
+ * Enable HEPHESTOS2_HEATED_BED_KIT in Configuration_adv.h for all functionality
38
+ * related to the heated bed.
39
+ *
46 40
  * Here are some standard links for getting your machine calibrated:
47 41
  *
48 42
  * http://reprap.org/wiki/Calibration
@@ -313,13 +307,7 @@
313 307
 #define TEMP_SENSOR_2 0
314 308
 #define TEMP_SENSOR_3 0
315 309
 #define TEMP_SENSOR_4 0
316
-
317
-#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
318
-  #define TEMP_SENSOR_BED 70
319
-  #define HEATER_BED_INVERTING true
320
-#else
321
-  #define TEMP_SENSOR_BED 0
322
-#endif
310
+#define TEMP_SENSOR_BED 0
323 311
 
324 312
 // Dummy thermistor constant temperature readings, for use with 998 and 999
325 313
 #define DUMMY_THERMISTOR_998_VALUE 25
@@ -412,10 +400,7 @@
412 400
 // all forms of bed control obey this (PID, bang-bang, bang-bang with hysteresis)
413 401
 // setting this to anything other than 255 enables a form of PWM to the bed just like HEATER_BED_DUTY_CYCLE_DIVIDER did,
414 402
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
415
-
416
-#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
417
-  #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
418
-#endif
403
+#define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
419 404
 
420 405
 #if ENABLED(PIDTEMPBED)
421 406
 

+ 11
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Cartesio/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Creality/Ender/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Felix/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/MakerParts/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/RigidBot/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/SCARA/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 3000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/TheBorg/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Переглянути файл

@@ -49,6 +49,17 @@
49 49
 //=============================Thermal Settings  ============================
50 50
 //===========================================================================
51 51
 
52
+//
53
+// Hephestos 2 24V heated bed upgrade kit.
54
+// https://store.bq.com/en/heated-bed-kit-hephestos2
55
+//
56
+//#define HEPHESTOS2_HEATED_BED_KIT
57
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
58
+  #undef TEMP_SENSOR_BED
59
+  #define TEMP_SENSOR_BED 70
60
+  #define HEATER_BED_INVERTING true
61
+#endif
62
+
52 63
 #if DISABLED(PIDTEMPBED)
53 64
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
54 65
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 1000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/delta/generic/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Переглянути файл

@@ -45,6 +45,17 @@
45 45
 //=============================Thermal Settings  ============================
46 46
 //===========================================================================
47 47
 
48
+//
49
+// Hephestos 2 24V heated bed upgrade kit.
50
+// https://store.bq.com/en/heated-bed-kit-hephestos2
51
+//
52
+//#define HEPHESTOS2_HEATED_BED_KIT
53
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
54
+  #undef TEMP_SENSOR_BED
55
+  #define TEMP_SENSOR_BED 70
56
+  #define HEATER_BED_INVERTING true
57
+#endif
58
+
48 59
 #if DISABLED(PIDTEMPBED)
49 60
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
50 61
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/makibox/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

+ 11
- 0
Marlin/src/config/examples/wt150/Configuration_adv.h Переглянути файл

@@ -40,6 +40,17 @@
40 40
 //=============================Thermal Settings  ============================
41 41
 //===========================================================================
42 42
 
43
+//
44
+// Hephestos 2 24V heated bed upgrade kit.
45
+// https://store.bq.com/en/heated-bed-kit-hephestos2
46
+//
47
+//#define HEPHESTOS2_HEATED_BED_KIT
48
+#if ENABLED(HEPHESTOS2_HEATED_BED_KIT)
49
+  #undef TEMP_SENSOR_BED
50
+  #define TEMP_SENSOR_BED 70
51
+  #define HEATER_BED_INVERTING true
52
+#endif
53
+
43 54
 #if DISABLED(PIDTEMPBED)
44 55
   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control
45 56
   #if ENABLED(BED_LIMIT_SWITCHING)

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