GOING FROM V6 TO REVO HOTEND
-
Good Afternoon All, I am using Duet 2 WiFi/Ethernet 2.03.
I am switching from a V6 to a REVO hotend, installed, all wired up and it is showing a temperature of 2000*c. I have checked all wiring thoroughly to try and find the issue and cannot seem to locate what it is.
Therefore I was wondering if it may be something I need to change in my firmware? Whether it is a new sensor type etc?
Please see below my code:
;Hotend Heater
M308 S0 P"e0temp" Y"thermistor" T100000 B4725 C7.060000e-8 ; configure sensor 1 as thermistor on pin e0temp
M950 H0 C"e0heat" T0 ; create nozzle heater 0 output on e0heat and map it to sensor 0
M307 H0 B0 S1.00 ; disable bang-bang mode for heater 0 and set PWM limit
M143 H0 S280 ; set temperature limit for heater 0 to 280C -
@adam_sw3 That's the correct sensor, a temp sensor showing 2000°c is I believe a wiring fault somewhere.
-
@rushmere3d Hmmm, I will have to check through it again. Thank you!