Heater 1 not shutting off
-
I am setting up a Duet 2 wifi with a Duex 5, I have everything hooked up the way I want it but on my Heater 1 when it reaches temp it does not shut off it keeps heating until the board throws an error. Both of my hotends are volcanos. I have even tried changing heater 1 to another heater output and still the same problem.
5/14/2022, 9:02:48 AM Error: Heater 0 fault: exceeded allowed temperature excursion: target 205.0°C actual 221.1°C
5/14/2022, 9:02:02 AM M115 FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.4.0 ELECTRONICS: Duet WiFi 1.02 or later + DueX5v0.11 FIRMWARE_DATE: 2022-03-15 18:58:33```
; Configuration file for Duet WiFi (firmware version 3.3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu May 05 2022 17:58:02 GMT-0400 (Eastern Daylight Time) ; General preferences M81 C"pson" ; allocate the PS_ON pin to power control but leave power off G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"The Machine" ; set printer name ; Network M551 P"#####" ; set password 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 S0 ; physical drive 2 goes backwards right Z-axis M569 P4 S0 ; physical drive 4 goes Backwards left Z-axis M569 P5 S0 ; physical drive 5 goes backwards M569 P6 S1 ; physical drive 6 goes forwards M584 X0 Y1 Z2:4 E5:6 ; two Z motors connected to driver outputs Z and E1 M671 X-188:376 Y47.6:47.6 S0.5 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis M350 X16 Y16 Z16:16 E16:16 I1 ; configure microstepping with interpolation M92 X100.00 Y100.00 Z400.00 E407.33:407.33 ; set steps per mm M566 X900.00 Y900.00 Z12.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 E250.00:250.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E800:800 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X-137.75 Y-108.95 Z0 S1 ; set axis minima M208 X245.1 Y270.1 Z0 S1 ; set axis maxima ; Endstops M574 X1 S1 P"!xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin !xstop M574 Y1 S1 P"!ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !ystop M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; Z-Probe M950 S0 C"duex.pwm5" ; create servo pin 0 for BLTouch M558 P9 C"^zprobe.in" F100 H5 R0.2 T6000 A5 B1 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X-16.1 Y30.4 Z0 ; set Z probe trigger value, offset and trigger height M557 X-23:203.4 Y43:195 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 B0 S1.00 ; disable 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"spi.cs1" Y"rtd-max31865" ; configure sensor 1 as PT100 on pin spi.cs1 M950 H1 C"duex.e4heat" T1 ; create nozzle heater output on duex.e4heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S265 ; set temperature limit for heater 1 to 265C M308 S2 P"spi.cs2" Y"rtd-max31865" ; configure sensor 2 as PT100 on pin spi.cs2 M950 H2 C"duex.e3heat" T2 ; create nozzle heater output on duex.e3heat and map it to sensor 2 M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H2 S265 ; set temperature limit for heater 2 to 265C ; 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"duex.fan8" Q500 ; create fan 1 on pin fan8 and set its frequency M106 P1 S.4 H2:3 T45 ; set fan 1 value. Thermostatic control is turned on M950 F2 C"duex.fan8" Q500 ; create fan 2 on pin fan8 and set its frequency M106 P2 S0 H-1 ; set fan 2 value. Thermostatic control is turned off ; Tools M563 P0 S"Head1" 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 M563 P1 S"Head2" D1 H2 F0 ; define tool 1 G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C ; Disable Heater to free up PWM channel M307 H7 A-1 C-1 D-1 ; Disable heater for BLTouch ; Custom settings are not defined ; Miscellaneous M501 ; load saved parameters from non-volatile memory
-
I found the problem when I ran the pid tunning it didn't tune correctly I was running M303 T0 S245 and it did fault a few times before I could get it to tune. I just ran M303 T0 H1 S245 and it tuned a lot better I can now turn the heater on and it holds where it is suppose to.
-
@silver1882 said in Heater 1 not shutting off:
M303 T0 H1 S245
That's a mish mash of two commands, so I wonder which it actually ran.
M303 T0 S245 would tune the tool itself using the associated heater and cooling fan to try and account for any temp losses from the fan.
M303 H1 S245 would tune heater1 without fan input.
Do you remember what faults you got?
-
It said that it was heating up to slow, at present I do not have a tool fan hooked up so it did give an error that the temp wasn't dropping from the cooling fan.
-
Ok that makes sense. M303 H1 S245 is what you'd want in that case.