Error: Heater 1 fault | Hotend not heating up after good print
-
SOLVED: Not entirely sure what the solution was. First I changed the heating cartridge wires to e1heat. The LED for e1heat turned on, but it still wasn't heating up and triggered the fault. I returned everything back to e0heat, and still no good. I removed the heating cartridge and thermistor from the hotend, then put it back together, and cut off 6 inches of wire from the heating cartridge, tested continuity in the cut off segments(continuity good), striped the new wires and plugged them back into e0heat and it worked.
My Anycubic Kossel Plus Delta printer has been working fine for the last 4 or so years. I printed something today and noticed that the layers were slightly wobbly, so I tightened all 3 of the belts. Then I ran a delta calibration (G32) and a mesh compensation (G29). The G29 command told me I should adjust my Z height, so I adjusted the following in config.g:
G31 P1000 X0 Y0 Z15.30
I ran g32 and g29 again, and all was well. I did the sheet of paper test and brought Z down to 0, it was perfect. I reprinted my wobbly part and it looked great. I ran g32 and g29 again and tried to print something else, and I got this error:
Error: Heater 1 fault: temperature rising much more slowly than the expected 1.7°C/sec
Currently my hotend is hovering around 27-28C according to the webUI, so it seems the temp sensor is working. I checked the wiring, and it looks fine. I reset the fault and tried to heat the hotend again, and got the same error. When I try to heat the hotend, the HEAT LED turns on until the fault is trigged, then the LED turns off. Bed heating works just fine.
Things I've tried so far:
- Restart the printer
- Refresh the webUI
- Disconnect and reconnect the hotend wires from Duet3d motherboard
- Disconnect and reconnect the temp wires from Duet3d motherboard
- Touch the hotend with my fingers to make sure its not actually hot
Any idea how I should proceed? If I had to guess, I would say that my hotend just suddenly died?
EDIT: my config file:
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.10 on Wed Dec 09 2020 11:52:25 GMT-0500 (Eastern Standard Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Kossel" ; set printer name
M665 R135.4 L271.500 B105.0 H296.189 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 A0.00 B0.00 ; put your endstop adjustments here, or let auto calibration find them; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z80.00 E96 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 Z0 S1 ; set minimum Z; Endstops
M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop
M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop
M574 Z2 S1 P"zstop" ; configure active-high endstop for high end on Z via pin zstop; Z-Probe ; MAKE SURE U RUN THE CALIBRATION G32 BETWEEN ADJUSTMENTS
M558 P5 C"^e0stop" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds and
G31 P1000 X0 Y0 Z15.30 ; set Z probe trigger value, offset and trigger height LOWER NUMBER MEANS THE PROBE SITS HIGHER
M557 R105 S20 ; define mesh grid; 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"e0heat" 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; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
; Miscellaneous
M501 ; load saved parameters from non-volatile memory
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss -
Any idea how I should proceed?
If you’re familiar with a multimeter, you can check the voltage at the Duet’s heater port and at the hotend when the heater pretends to be active: values of approx. 12V on both ends indicate that the wiring is presumably OK. In addition, check continuity of the two lines.
You can reconfigure your config and the wiring to use e1temp. If the hotend then heats up, the port e0temp might be faulty. Else, replace the heater cartridge.
-
@infiniteloop Im only mildly familiar with the multimeter. When I test for continuity between the cartridge heater (i placed the probe on the round end of the heater) and the wire for the heater, there is no continuity. I'm not sure if I am placing the probe in the wrong place. So when I tried to test for voltage while it was pretending to be active, I got 0 volts.
How would I change the config to use e1temp? Would I just change H1 to H2 like this: "M950 H2 C"e0heat" T1"
-
-
How would I change the config to use e1temp?
First, I’m sorry having confused the sensor and the heater port names
Now, in order to use a different heater port, you just have to change this line in your config
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
to this:
M950 H1 C"e1heat" T1 ; create nozzle heater output on e1heat and map it to sensor 1
Your heater is still called H1, and it will still be mapped to sensor 1 (T1), but now, the Duet assumes the heater to be connected to a different port. That’s exactly what you have to do next: wire the heater to e1heat of the Duet.