Hi, I'm building a very large printer for ABS and NYLON that needs an actively heated enclosure, I'm using Marlin so I can drive separate stepper driver modules for bigger motors, I'm in the middle of trying to get the firmware to control an actively heated enclosure and am having some problems.
#1 I have gotten the firmware to return the chamber temperature via M105 command over serial
#2 I have not been able to get the LCD to display the chamber temperature.
#3 the LCD will display two temperatures but they always pull from the E0 reading
This is confusing because clearly the firmware has done the ADC properly for that channel and has stored the result, even more confusing is that both the serial and lcd use the degChamber() and degTargetChamer() methods to return the temperatures, I don't see why the serial output would be there but the lcd would not.
#1 I have gotten the firmware to return the chamber temperature via M105 command over serial
#2 I have not been able to get the LCD to display the chamber temperature.
#3 the LCD will display two temperatures but they always pull from the E0 reading
This is confusing because clearly the firmware has done the ADC properly for that channel and has stored the result, even more confusing is that both the serial and lcd use the degChamber() and degTargetChamer() methods to return the temperatures, I don't see why the serial output would be there but the lcd would not.