Parcourir la source

Enable AUTO_REPORT_TEMPERATURES by default

Brian il y a 8 ans
Parent
révision
dd071a4a65
23 fichiers modifiés avec 23 ajouts et 23 suppressions
  1. 1
    1
      Marlin/Configuration_adv.h
  2. 1
    1
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  3. 1
    1
      Marlin/example_configurations/Felix/Configuration_adv.h
  4. 1
    1
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h
  5. 1
    1
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  6. 1
    1
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  7. 1
    1
      Marlin/example_configurations/K8200/Configuration_adv.h
  8. 1
    1
      Marlin/example_configurations/K8400/Configuration_adv.h
  9. 1
    1
      Marlin/example_configurations/M150/Configuration_adv.h
  10. 1
    1
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  11. 1
    1
      Marlin/example_configurations/SCARA/Configuration_adv.h
  12. 1
    1
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  13. 1
    1
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  14. 1
    1
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h
  15. 1
    1
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  16. 1
    1
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  17. 1
    1
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  18. 1
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  19. 1
    1
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  20. 1
    1
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
  21. 1
    1
      Marlin/example_configurations/makibox/Configuration_adv.h
  22. 1
    1
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  23. 1
    1
      Marlin/example_configurations/wt150/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Voir le fichier

@@ -1201,7 +1201,7 @@
1201 1201
 /**
1202 1202
  * Auto-report temperatures with M155 S<seconds>
1203 1203
  */
1204
-//#define AUTO_REPORT_TEMPERATURES
1204
+#define AUTO_REPORT_TEMPERATURES
1205 1205
 
1206 1206
 /**
1207 1207
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h Voir le fichier

@@ -1205,7 +1205,7 @@
1205 1205
 /**
1206 1206
  * Auto-report temperatures with M155 S<seconds>
1207 1207
  */
1208
-//#define AUTO_REPORT_TEMPERATURES
1208
+#define AUTO_REPORT_TEMPERATURES
1209 1209
 
1210 1210
 /**
1211 1211
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration_adv.h Voir le fichier

@@ -1176,7 +1176,7 @@
1176 1176
 /**
1177 1177
  * Auto-report temperatures with M155 S<seconds>
1178 1178
  */
1179
-//#define AUTO_REPORT_TEMPERATURES
1179
+#define AUTO_REPORT_TEMPERATURES
1180 1180
 
1181 1181
 /**
1182 1182
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/K8200/Configuration_adv.h Voir le fichier

@@ -1205,7 +1205,7 @@
1205 1205
 /**
1206 1206
  * Auto-report temperatures with M155 S<seconds>
1207 1207
  */
1208
-//#define AUTO_REPORT_TEMPERATURES
1208
+#define AUTO_REPORT_TEMPERATURES
1209 1209
 
1210 1210
 /**
1211 1211
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/K8400/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/M150/Configuration_adv.h Voir le fichier

@@ -1199,7 +1199,7 @@
1199 1199
 /**
1200 1200
  * Auto-report temperatures with M155 S<seconds>
1201 1201
  */
1202
-//#define AUTO_REPORT_TEMPERATURES
1202
+#define AUTO_REPORT_TEMPERATURES
1203 1203
 
1204 1204
 /**
1205 1205
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h Voir le fichier

@@ -1197,7 +1197,7 @@
1197 1197
 /**
1198 1198
  * Auto-report temperatures with M155 S<seconds>
1199 1199
  */
1200
-//#define AUTO_REPORT_TEMPERATURES
1200
+#define AUTO_REPORT_TEMPERATURES
1201 1201
 
1202 1202
 /**
1203 1203
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h Voir le fichier

@@ -1196,7 +1196,7 @@
1196 1196
 /**
1197 1197
  * Auto-report temperatures with M155 S<seconds>
1198 1198
  */
1199
-//#define AUTO_REPORT_TEMPERATURES
1199
+#define AUTO_REPORT_TEMPERATURES
1200 1200
 
1201 1201
 /**
1202 1202
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration_adv.h Voir le fichier

@@ -1194,7 +1194,7 @@
1194 1194
 /**
1195 1195
  * Auto-report temperatures with M155 S<seconds>
1196 1196
  */
1197
-//#define AUTO_REPORT_TEMPERATURES
1197
+#define AUTO_REPORT_TEMPERATURES
1198 1198
 
1199 1199
 /**
1200 1200
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h Voir le fichier

@@ -1194,7 +1194,7 @@
1194 1194
 /**
1195 1195
  * Auto-report temperatures with M155 S<seconds>
1196 1196
  */
1197
-//#define AUTO_REPORT_TEMPERATURES
1197
+#define AUTO_REPORT_TEMPERATURES
1198 1198
 
1199 1199
 /**
1200 1200
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h Voir le fichier

@@ -1199,7 +1199,7 @@
1199 1199
 /**
1200 1200
  * Auto-report temperatures with M155 S<seconds>
1201 1201
  */
1202
-//#define AUTO_REPORT_TEMPERATURES
1202
+#define AUTO_REPORT_TEMPERATURES
1203 1203
 
1204 1204
 /**
1205 1205
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h Voir le fichier

@@ -1194,7 +1194,7 @@
1194 1194
 /**
1195 1195
  * Auto-report temperatures with M155 S<seconds>
1196 1196
  */
1197
-//#define AUTO_REPORT_TEMPERATURES
1197
+#define AUTO_REPORT_TEMPERATURES
1198 1198
 
1199 1199
 /**
1200 1200
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h Voir le fichier

@@ -1201,7 +1201,7 @@
1201 1201
 /**
1202 1202
  * Auto-report temperatures with M155 S<seconds>
1203 1203
  */
1204
-//#define AUTO_REPORT_TEMPERATURES
1204
+#define AUTO_REPORT_TEMPERATURES
1205 1205
 
1206 1206
 /**
1207 1207
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/makibox/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h Voir le fichier

@@ -1192,7 +1192,7 @@
1192 1192
 /**
1193 1193
  * Auto-report temperatures with M155 S<seconds>
1194 1194
  */
1195
-//#define AUTO_REPORT_TEMPERATURES
1195
+#define AUTO_REPORT_TEMPERATURES
1196 1196
 
1197 1197
 /**
1198 1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/wt150/Configuration_adv.h Voir le fichier

@@ -1195,7 +1195,7 @@
1195 1195
 /**
1196 1196
  * Auto-report temperatures with M155 S<seconds>
1197 1197
  */
1198
-//#define AUTO_REPORT_TEMPERATURES
1198
+#define AUTO_REPORT_TEMPERATURES
1199 1199
 
1200 1200
 /**
1201 1201
  * Include capabilities in M115 output

Chargement…
Annuler
Enregistrer