From 547bb146bcfc07aeb814f095583cf073548e9714 Mon Sep 17 00:00:00 2001 From: GadgetAngel Date: Mon, 9 Nov 2020 09:35:31 -0500 Subject: [PATCH] MAX31865_SENSOR_OHMS_0 and MAX31865_SENSOR_OHMS_1 --- Marlin/Configuration.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 785be167b8..887ed90993 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -436,11 +436,17 @@ #define DUMMY_THERMISTOR_998_VALUE 25 #define DUMMY_THERMISTOR_999_VALUE 100 -// Resistor values when using a MAX31865 (sensor -5) +// Resistor values when using a MAX31865 (sensor -5) on TEMP_SENSOR_0 // Sensor value is typically 100 (PT100) or 1000 (PT1000) // Calibration value is typically 430 ohm for AdaFruit PT100 modules and 4300 ohm for AdaFruit PT1000 modules. -//#define MAX31865_SENSOR_OHMS 100 -//#define MAX31865_CALIBRATION_OHMS 430 +//#define MAX31865_SENSOR_OHMS_0 100 +//#define MAX31865_CALIBRATION_OHMS_0 430 + +// Resistor values when using a MAX31865 (sensor -5) TEMP_SENSOR_1 +// Sensor value is typically 100 (PT100) or 1000 (PT1000) +// Calibration value is typically 430 ohm for AdaFruit PT100 modules and 4300 ohm for AdaFruit PT1000 modules. +//#define MAX31865_SENSOR_OHMS_1 100 +//#define MAX31865_CALIBRATION_OHMS_1 430 // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings // from the two sensors differ too much the print will be aborted.