Re: After Firmware update on Duet 2 Ethernet from 2.04 to 3 Error
Hey chaps;
Searched pulled up little in the way of this issue but the above-linked thread seemed very close to my situation. unfortunately, it didn't help any.
I've tried running the PID autotune on both the hotend and the bed. The hotend rockets to temp then holds it strong; only in error by .8 max in either direction.
The bed, however, crawls from room temp (25ish is what the sensor is reading when -cold-) to about 28c before it throws the "temperature rising much more slowly than the expected" fault.
These are my heater settings in config.g;
; 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"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
M301 H0 S1.00 P209.7 I17.817 D970.2 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
and my overrideConfig.g;
; config-override.g file generated in response to M500 at 2020-07-31 21:13
; This is a system-generated file - do not edit
; Delta parameters
M665 L397.190:397.190:397.190 R156.402 H523.771 B155.0 X0.052 Y0.050 Z0.000
M666 X0.346 Y-0.189 Z-0.157 A0.00 B0.00
; Heater model parameters
M307 H0 A239.0 C708.3 D2.5 S1.00 V23.8 B0
M301 H0 P209.7 I17.817 D970.2
M307 H1 A340.0 C140.0 D5.5 S1.00 V0.0 B0
; Workplace coordinates
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00
I'm not sure what the heck is going on, M140 proceeds the other stuff. What could I be doing wrong in trying to make this printer operate as designed?
The printer - Tevo Little Monster with all OE hardware and PSU, minus the steppers (0.9 NEMAs), dual drive extruder and Duet2 WiFi (obviously).