🚸 Up to 3 MAX Thermocouples

MarlinFirmware/Marlin#24898
This commit is contained in:
Scott Lahteine 2022-10-21 23:04:25 -05:00
parent 4a9dff32c1
commit 6c255608f6
621 changed files with 1907 additions and 16 deletions

View file

@ -566,6 +566,10 @@
#define MAX31865_SENSOR_OHMS_1 100
#define MAX31865_CALIBRATION_OHMS_1 430
#endif
#if TEMP_SENSOR_IS_MAX_TC(2)
#define MAX31865_SENSOR_OHMS_2 100
#define MAX31865_CALIBRATION_OHMS_2 430
#endif
#if HAS_E_TEMP_SENSOR
#define TEMP_RESIDENCY_TIME 5 // (seconds) Time to wait for hotend to "settle" in M109