Autoreport Redundant Sensor option (#24014)

This commit is contained in:
Scott Lahteine
2022-04-10 03:58:58 -05:00
committed by Scott Lahteine
parent 21c838cb1b
commit a6ce9bf559
2 changed files with 7 additions and 1 deletions

View File

@@ -3745,6 +3745,9 @@
* Auto-report temperatures with M155 S<seconds>
*/
#define AUTO_REPORT_TEMPERATURES
#if ENABLED(AUTO_REPORT_TEMPERATURES) && TEMP_SENSOR_REDUNDANT
//#define AUTO_REPORT_REDUNDANT // Include the "R" sensor in the auto-report
#endif
/**
* Auto-report position with M154 S<seconds>