Hi All,
Making some progress since my first post (though unresolved...I decided to move forward to proceed with testing the rest of the system).
Thus far, it seems I got most of the rest of the system working...except for some reason, I see no voltage across the e0/e1 heater screw terminals and not sure how to further troubleshoot. (I see some old posts that are somewhat related...but they have not helped...)
STATUS: Duet 2 V1.04 powered on, running RepRap Firmware 3.1.0 and connected via DWC 3.4.1. Going through the recommended commissioning steps. Activating the Tool 0 Heater 1 and setting the active temperature to 35.
ISSUE: The hot end temperature does not go up.
TROUBLESHOOTING:
- Verified the sensor is working (touching the hotend with my hand results in an increase in temperature)
- Verified the heater is working (measured resistance of ~6ohms)
- Verified that powering the heater with 12 V results in the sensor rapidly increasing in temperature.
- Measured the voltage across e0 and e1 screw terminals and see no voltage though I do see a voltage of ~12 volts across the power to the Duet and ~12volts across the heat bed terminals when I set the heatbed to active via DWC.
- NOTE: Setting the Heater 1 to active funny enough doesn't give me that heating-too-slowly-fault that I get when doing the same to heatbed even though the temp isn't rising...that's odd right?
- NOTE: Also I read that there is suppose to be an LED that turns on when the heater is on...and I don't see an LED...though I do see one when I active the heatbed
REQUEST: Any tips on where in the software files I should be looking to troubleshoot this issue? Or anything on the board I can probe to see if there is indeed something wrong with the board?
Thanks in advance,
K
P.S. I am getting a bunch of server errors when trying to upload the config.g file and a screenshot so I copied a snippet of the config.g below:
; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e1heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C