Page 1 of 1

Temperature Controllers come back after being removed

Posted: Sat Aug 15, 2015 5:22 pm
by hellphish
If I remove the temperature controller from the temp controller list and save the profile, it comes back after a restart. All other settings are retained, but the temp controller comes back. This has bitten me in the bum a few times when I didn't realize it was happening and I got failed extrusion.

Re: Temperature Controllers come back after being removed

Posted: Sun Aug 16, 2015 10:50 pm
by KeyboardWarrior
hellphish wrote:If I remove the temperature controller from the temp controller list and save the profile, it comes back after a restart. All other settings are retained, but the temp controller comes back. This has bitten me in the bum a few times when I didn't realize it was happening and I got failed extrusion.
If you have a printer that doesn't need temperature commands, you can leave the Temperature controllers as is, but then modify the Starting Script to include:

;[extruder0_temperature]
;[bed0_temperature]

which will comment out the temperature values from effecting your print files at all. If you use the [extruder0_temperature] tab, that means your setting preheating values in your starting Gcode, so the software won't add any extra commands. Likewise with the [bed0_temperature] command.