Browse Source

Enable AUTO_REPORT_TEMPERATURES by default

pull/1/head
Brian 7 years ago
parent
commit
dd071a4a65
  1. 2
      Marlin/Configuration_adv.h
  2. 2
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  3. 2
      Marlin/example_configurations/Felix/Configuration_adv.h
  4. 2
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h
  5. 2
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  6. 2
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  7. 2
      Marlin/example_configurations/K8200/Configuration_adv.h
  8. 2
      Marlin/example_configurations/K8400/Configuration_adv.h
  9. 2
      Marlin/example_configurations/M150/Configuration_adv.h
  10. 2
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  11. 2
      Marlin/example_configurations/SCARA/Configuration_adv.h
  12. 2
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  13. 2
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  14. 2
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h
  15. 2
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  16. 2
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  17. 2
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  18. 2
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  19. 2
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  20. 2
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
  21. 2
      Marlin/example_configurations/makibox/Configuration_adv.h
  22. 2
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  23. 2
      Marlin/example_configurations/wt150/Configuration_adv.h

2
Marlin/Configuration_adv.h

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

2
Marlin/example_configurations/Cartesio/Configuration_adv.h

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

2
Marlin/example_configurations/Felix/Configuration_adv.h

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

2
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h

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

2
Marlin/example_configurations/Hephestos/Configuration_adv.h

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

2
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

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

2
Marlin/example_configurations/K8200/Configuration_adv.h

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

2
Marlin/example_configurations/K8400/Configuration_adv.h

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

2
Marlin/example_configurations/M150/Configuration_adv.h

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

2
Marlin/example_configurations/RigidBot/Configuration_adv.h

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

2
Marlin/example_configurations/SCARA/Configuration_adv.h

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

2
Marlin/example_configurations/TAZ4/Configuration_adv.h

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

2
Marlin/example_configurations/WITBOX/Configuration_adv.h

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

2
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h

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

2
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h

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

2
Marlin/example_configurations/delta/generic/Configuration_adv.h

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

2
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h

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

2
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h

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

2
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h

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

2
Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h

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

2
Marlin/example_configurations/makibox/Configuration_adv.h

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

2
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

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

2
Marlin/example_configurations/wt150/Configuration_adv.h

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

Loading…
Cancel
Save