Browse Source

Merge pull request #6973 from bgort/autoreportT

Enable AUTO_REPORT_TEMPERATURES by default
Scott Lahteine 8 years ago
parent
commit
a453be7357
23 changed files with 23 additions and 23 deletions
  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 View File

1201
 /**
1201
 /**
1202
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1207
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h View File

1205
 /**
1205
 /**
1206
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1211
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

1176
 /**
1176
 /**
1177
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1182
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/K8200/Configuration_adv.h View File

1205
 /**
1205
 /**
1206
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1211
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/K8400/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/M150/Configuration_adv.h View File

1199
 /**
1199
 /**
1200
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1205
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

1197
 /**
1197
 /**
1198
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1203
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h View File

1196
 /**
1196
 /**
1197
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1202
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

1194
 /**
1194
 /**
1195
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1200
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

1194
 /**
1194
 /**
1195
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1200
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

1199
 /**
1199
 /**
1200
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1205
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

1194
 /**
1194
 /**
1195
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1200
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h View File

1201
 /**
1201
 /**
1202
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1207
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/makibox/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

1192
 /**
1192
 /**
1193
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1198
  * Include capabilities in M115 output

+ 1
- 1
Marlin/example_configurations/wt150/Configuration_adv.h View File

1195
 /**
1195
 /**
1196
  * Auto-report temperatures with M155 S<seconds>
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
  * Include capabilities in M115 output
1201
  * Include capabilities in M115 output

Loading…
Cancel
Save