New firmware issue - temp not reading
-
hi,
So just updated my duet pi and the temp on the web interface isnt displaying and only show n/a. Here is a screenshot.
Im using firmware 3.2 on pi+duet3 and Im using a tool board which looks to be connected.
; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Duet 3" ; set printer name ; Drives M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.0 S0 ; physical drive 0.0 goes forwards M569 P0.2 S0 ; physical drive 0.2 goes forwards M569 P0.3 S0 ; physical drive 0.3 goes forwards M569 P0.4 S0 ; physical drive 0.3 goes forwards M569 P20.0 S1 ; physical drive 0.3 goes forwards M584 X0.1 Y0:4 Z2:3 E20.0 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X3200.00 Y3200.00 Z3200.00 E873.00 ; set steps per mm M566 X490.00 Y490.00 Z5.00 E1000.00 ; set maximum instantaneous speed changes (mm/min) M203 X1500.00 Y1500.00 Z70.00 E5000.00 ; set maximum speeds (mm/min) M201 X120.00 Y120.00 Z5.00 E5000.00 ; set accelerations (mm/s^2) M906 X3900 Y3900 Z1800 E1300 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; s9t axis minima M208 X890 Y925 Z780 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io0.in" ; configure active-high endstop for low end on X via pin !io8.in M574 Y1 S1 P"io1.in" ; configure active-high endstop for low end on Y via pin !io2.in M574 Z0 S1 ; configure Z-probe endstop for low end on Z ; Z-Probe M558 P8 C"20.io0.in" H5 F90 T100000 ; set Z probe type to unmodulated and the dive height + speeds G31 P500 X0 Y0 Z0.1 ; set Z probe trigger value, offset and trigger height M557 X0:885 Y0:985 S80 ; define mesh grid ; Heaters M308 S0 P"20.temp0" Y"pt1000" ; configure sensor 0 as thermistor on pin 20.temp0 M950 H0 C"20.out0" T0 ; create nozzle heater output on 20.out0 and map it to sensor 0 M307 H0 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit ;M308 S1 P"temp0" Y"thermistor" T100000 B3950 ; configure sensor 1 as thermistor on pin temp0 ;M950 H1 C"out0" T1 ; create bed heater output on out0 and map it to sensor 1 ;M307 H1 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit ;M140 H1 ; map heated bed to heater 1 ;M143 H1 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"out8" Q500 ; create fan 0 on pin out8 and set its frequency M106 P0 S0 H0 T45 ; set fan 0 value. Thermostatic control is turned on M950 F1 C"out9" Q500 ; create fan 1 on pin out9 and set its frequency M106 P1 S0 H0 T45 ; set fan 1 value. Thermostatic control is turned on ; Tools M563 P0 S"Titan Aqua 1.75" D0 H0 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
-
Can you send M122 B1 to check if the firmware on the toolboard also got updated? If not, send M997 B1 to update it.
-
ok thanks i thought i just had to do one single update after sending the sudo apt-get update and sudo ad-get upgrade. well, problem is fixed.