I have had trouble finding this exact issue in the forums and was hoping someone may be able to point me in the right direction.
I have updated my Duet 2 Maestro to RRF 3.2-RC2 from 2.05 and I am just making sure all is working ok with all the config changes.
My issue is that the temps for bed and hotend are now wildly fluctuating while idle, only within a degree or so but it flicks up and down so quickly that I don't think it can be right, and it did not do this before updating to RRF3. I wouldn't mind this on it's own but pretty sure this is the cause of issue 2:
The other issue relating to this is that I have seen when probing the bed with the BLTouch clone, a large instantaneous temperature decrease may occur, this was very stable before I updated. I have ran PID tuning on RRF3.
I would have thought that both could be explained by interference or failing wires but I had no issues before upgrading to RRF3 and now both thermistors are playing up at once. So I expect I have configured wrong.
I have recorded a video of DWC showing the printer at idle. It's located in a cold room with no fans running:
Record_2020-12-30-23-31-15.mp4
If anyone has any insight as to what might be happening it would be much appreciated, thank you.
; Configuration file for Duet Maestro (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.0 on Mon Dec 28 2020 21:46:20 GMT+0000 (Greenwich Mean Time)
; General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"AM8 Duet" ; set printer name
; Network
M551 P"XXXXXXX" ; set password
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet
; Drives
M569 P0 S0 ; physical drive 0 goes forwards
M569 P1 S0 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S0 ; physical drive 3 goes forwards
M584 X0 Y1 Z2:4 E3 ; set drive mapping
M350 X32 Y32 Z32 E16 I1 ; configure microstepping with interpolation
M92 X200.00 Y200.00 Z800.00 E415.00 ; set steps per mm
M566 X300.00 Y300.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X12000.00 Y12000.00 Z900.00 E3600.00 ; set maximum speeds (mm/min)
M201 X3000.00 Y3000.00 Z150.00 E3600.00 ; set accelerations (mm/s^2)
M906 X900 Y900 Z800 E800 I40 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Axis Limits
M208 X-21 Y-25.6 Z-1 S1 ; set axis minima
M208 X235 Y193 Z260 S0 ; set axis maxima
; Kinematic Type
M669 K0
M671 X296.5:-76.5 Y110.0:110.0 S5 ; Z leadscrews are at
M569 P2 V100 ;Quiet Z Axis
M569 P4 V100 ;Quiet Z Axis
; Pressure advance. DAA
M572 D0 S0.07 ; Pressure advance was 0.18
M593 F42.85 ; 42.85hz DAA
; Endstops
M574 X1 S1 P"!xstop" ; configure active-high endstop for low end on X via pin xstop
M574 Y1 S1 P"!ystop" ; configure active-high 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"^zprobe.mod" ; create servo pin 0 for BLTouch
M558 P9 C"^zprobe.in" R0.05 H4 F80 A5 S0.02 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X-28.9 Y-33.5 Z1.15 ; set Z probe trigger value, offset and trigger height
M557 X30:190 Y30:190 S40 ; 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
M307 H0 R0.274 C461.1 D3.36 S1.00 V13.0 B0 ; Tuned M307
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 B4725 C7.06e-8 ; 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
;M307 H1 R2.594 C192.6 D5.08 S1.00 V13.2 B0 ; Tuned M307
M307 H1 R2.520 C195.7 D4.99 S1.00 V13.2 B0 ; Tuned M307
M143 H1 S280 ; set temperature limit for heater 1 to 280C
; Fans
M950 F0 C"fan0" Q10 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 C"Left" ; 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 T30 ; set fan 1 value. Thermostatic control is turned on
M950 F2 C"fan2" Q10 ; create fan 2 on pin fan2 and set its frequency
M106 P2 S0 H-1 C"Right" ; set fan 2 value. Thermostatic control is turned off
; Tools
M563 P0 D0 H1 F0:2 ; 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
Edit: forgot to mention, the hotend is genuine e3d V6 with standard thermistor and bed is a generic Chinese 12V.