#Custom Gcode to heat bed for certain amount of time
1 messages · Page 1 of 1 (latest)
Change the timeout time in your Klipper config or add a custom gcode to your present to change it
where can i access the klipper config?
all I see in the config folders are printer.cfg, crowsnest.cfg, mainsail.cfg, moonraker.cfg, and sonar.cfg
but none of them have any line mentioning presets
the printer.cfg is your klipper config
I don’t see any timeout section there
then you use the default setting
How can I change the timeout for a single preset?
The end goal really is to just have the bed heat up to 65 degrees for 4 hours
Please read https://www.klipper3d.org/Config_Reference.html, look for Idle timeout...
If you only need it for one preset, then you can use the custom gcode > https://www.klipper3d.org/G-Codes.html#set_idle_timeout
You just need a good point to "reset" it.
@stable dagger pls fix your tags! #readme message
im getting this error Unknown command:"SET_IDLE_TIMEOUT["
look at the last char in the command
SET_IDLE_TIMEOUT [TIMEOUT=120]
im not sure how im supposed to use this command in the custom gcode
so if i want 120 seconds then i make it SET_IDLE_120 ?
I shouldve asked this from the very start