diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 2665bddb6f80dabc2803fe85350920ab8a291796..d61851fc885c6e073aa26f00ea49f0c7f7757923 100644 --- a/Marlin/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/Cartesio/Configuration_adv.h b/Marlin/example_configurations/Cartesio/Configuration_adv.h index 42183ac74d7f419c85068654b1606535e9d5ee08..4007be0c88717c46194b883a9f8ad7d720a4ea21 100644 --- a/Marlin/example_configurations/Cartesio/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/Felix/Configuration_adv.h b/Marlin/example_configurations/Felix/Configuration_adv.h index 28368b428067db6875521f3c99e138446cb182dc..da3d230faf22cf8c1aa49874e241a8700fb63d31 100644 --- a/Marlin/example_configurations/Felix/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h b/Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h index 5cee9c6a71b44b8cc8e720886f46f80cbf9b0d70..0827d3b0786bf6715354c47af59a5284d94e2991 100644 --- a/Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/Hephestos/Configuration_adv.h b/Marlin/example_configurations/Hephestos/Configuration_adv.h index 52da5bfb495a9120553f904389499af3b396a4e5..349d7167ac9bd11e855e508b4a18316b01f07620 100644 --- a/Marlin/example_configurations/Hephestos/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/Hephestos_2/Configuration_adv.h b/Marlin/example_configurations/Hephestos_2/Configuration_adv.h index 144f2e829f472ae6b5cac397f592ea49df2d59e8..ffcc13d3cb8fb9d5041a8e7f544dca5ab055d2ae 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/K8200/Configuration_adv.h b/Marlin/example_configurations/K8200/Configuration_adv.h index 894cc2c0b4be7caacba0616c04f822fef4bdf21e..2867aeebbf6601bf8d876a114816c1553931a309 100644 --- a/Marlin/example_configurations/K8200/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/K8400/Configuration_adv.h b/Marlin/example_configurations/K8400/Configuration_adv.h index 0a6208ab4cf0075f76968b4a7631b53462ee4242..76e1b03f8153b59c706553f297f5bdcbb8c81ac0 100644 --- a/Marlin/example_configurations/K8400/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/M150/Configuration_adv.h b/Marlin/example_configurations/M150/Configuration_adv.h index 5c46854c28f87842ec08dd35d9edbe67e0a110b4..4877231b7c56ee4d25aedf724236d77bb32f6c22 100644 --- a/Marlin/example_configurations/M150/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/RigidBot/Configuration_adv.h b/Marlin/example_configurations/RigidBot/Configuration_adv.h index f973a648a7295f82e08ad56b19e4376c268d9524..745166ff87f7af35d0d4f7ef5081f6214c468c2e 100644 --- a/Marlin/example_configurations/RigidBot/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/SCARA/Configuration_adv.h b/Marlin/example_configurations/SCARA/Configuration_adv.h index d3fab11d2ee3ab0773bd444a097d36d5e8c89cdb..46b888d814370e0df74e27c634f7e1ae6a985d1c 100644 --- a/Marlin/example_configurations/SCARA/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/TAZ4/Configuration_adv.h b/Marlin/example_configurations/TAZ4/Configuration_adv.h index 72a6b1d8bc9e653e52775cfbeb158de90eb37f49..04ae9af6f7e87551e4e89e8e710412cf702a628e 100644 --- a/Marlin/example_configurations/TAZ4/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/WITBOX/Configuration_adv.h b/Marlin/example_configurations/WITBOX/Configuration_adv.h index 52da5bfb495a9120553f904389499af3b396a4e5..349d7167ac9bd11e855e508b4a18316b01f07620 100644 --- a/Marlin/example_configurations/WITBOX/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h b/Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h index 7782959a891833cf08da1a9779f01d483f119d07..1c940ffffef759aee9a02fe54365647cf888dd50 100644 --- a/Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h b/Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h index 392cde7c6b9377d36a9034f55fdecad10bdb8781..24d99106ae47c48bff9ec3254280843a857c39b1 100644 --- a/Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/generic/Configuration_adv.h b/Marlin/example_configurations/delta/generic/Configuration_adv.h index 7565ac8652a963bca532b7c10165939edade7508..f3f0694fe91c8833dcf0ff5545d1b70988b3c10c 100644 --- a/Marlin/example_configurations/delta/generic/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h index 7565ac8652a963bca532b7c10165939edade7508..f3f0694fe91c8833dcf0ff5545d1b70988b3c10c 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h index d15fcff5bfc84d7d34bd86b37ff395d08cee5128..9b258acf03a286f2c1476cf8c7bb8d1e9823bb69 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h index 173d6f986e1241867be137b2104278312cb9e605..ccc7fcb61e7e53b4c696c350307fdfa433af6eaf 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h b/Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h index 11857e07593f09d3dcab468bebd2953a18441818..71053244bc2fcb89784f1358697dbfb16b03dfbf 100644 --- a/Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/makibox/Configuration_adv.h b/Marlin/example_configurations/makibox/Configuration_adv.h index 31e2d891fea635a6ee15372d8bb204f5ecfc2e34..e91d4ea72e67f8adadb42b654a3490b4e3f404ff 100644 --- a/Marlin/example_configurations/makibox/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h b/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h index 6e0ce6e9e08f0b311813a77f284e5a55ce932d00..643c6945a19a253d8cabb93b3e75fa5d75ac8d71 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/wt150/Configuration_adv.h b/Marlin/example_configurations/wt150/Configuration_adv.h index b8dee77729a709ef58ad1d1a3a6ca4e6ab8b4979..9f9cafc998e9e1c6b34d18532827ad749a746c96 100644 --- a/Marlin/example_configurations/wt150/Configuration_adv.h +++ b/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