Duet 2 Wifi E0temp 2000
-
Hello, now im fix the bed temperature with the command:
M305 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; CONFIGURE SENSOR 0 AS THERMISTOR ON PIN BEDTEMP
Now i want to know the command that i can fix the e0temp. E0Temp still on 2000 dagrees.
-
This is my config.g
M305 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; CONFIGURE SENSOR 0 AS THERMISTOR ON PIN BEDTEMP ; 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 B1 S1.00 ; enable 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"e1temp" 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
M143 H1 S280 ; set temperature limit for heater 1 to 280C -
M308 S1 P"e1temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
The config says you're using Extruder 1 Thermistor pin, but the comments say Extruder 0. I'd switch either the config or the physical spot it's plugged in and see if that helps.
-
Photo of the actual wiring?
2000c means it's not connected. Usually that ends up being the case either through connection error or wire break.