AUTO_REPORT_REDUNDANT option

MarlinFirmware/Marlin#24014
This commit is contained in:
Scott Lahteine 2022-04-10 03:55:34 -05:00
parent 9a31bae579
commit e1354bbeec
279 changed files with 837 additions and 0 deletions

View file

@ -3895,6 +3895,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>