standby and active temperatures -273.1 on startup
-
My DWC shows following on startup:
How can I fix it so that it has 0 on all active/standby temperatures?
Also it would be good to also have heater 1 off on startup? -
@Visionary Add a G10 with the standby temp for that heater/hotend in config.g. Something like G10 P1 S0 R0.
https://duet3d.dozuki.com/Wiki/Gcode#Section_G10_Tool_Offset_and_Temperature_Setting
-
@Visionary said in standby and active temperatures -273.1 on startup:
How can I fix it so that it has 0 on all active/standby temperatures?
As @Stephen6309 says.
Also it would be good to also have heater 1 off on startup?
If you remove the T0 command from config.g then it won't be active. But you will need to either ensure that the GCode files that you print include T0 or another tool selection command at the start, or create a start.g file containing the T0 command.
-
@dc42 @Stephen6309
Ok, thanks.G10 command for the other tool missed R0 and S0 and now it shows better values (0).
Leaving heater 1 active seems easier so I think I will leave it as it is.