I want to use klipper to controll my chamber heater to dry my filament, but the heater will turn off past some time, can i disable this or this is not intended?
Also i use Chinese 仓温 for the heater’s naming, can that cause this problem?
Thanks for the reminder, also I notice the heater are turned off after about 10min so I guess this is a intended feature and looked in the wiki but didn’t found what I need. And searching heater related content got nothing too.
I would recommend only using the following characters for any kind of names, labels or file/folders:
"a" to "z"
"A" to "Z"
"0" to "9"
"-" and "_"
Notice, there are no spaces in this list. Along with this, you should always start with a letter (“a’” to “z” or “A” to “Z”).
When working with 3D printers, you’re going to be using different systems which may or may not have problems with different characters.
Keeping to this list of characters will ensure you don’t run into unexpected problems when you’re going from the *nix of the Klipper host to a Windows system and back again.
So I changed the naming but it will still turn off the heater in 10min. So now Im just guessing it is a intended feature. But looking on the wiki i didn’t find any possible config when looking for the word Timeout and other things in the heater section.
Klipper has a function called idle_timeout. This is usually set to 10 min:
[idle_timeout]
#gcode:
# A list of G-Code commands to execute on an idle timeout. See
# docs/Command_Templates.md for G-Code format. The default is to run
# "TURN_OFF_HEATERS" and "M84".
#timeout: 600
# Idle time (in seconds) to wait before running the above G-Code
# commands. The default is 600 seconds.