#Custom Gcode to heat bed for certain amount of time

1 messages · Page 1 of 1 (latest)

stable dagger
#

How do I make a preset that will turn on the bed to 65c and keep it at that temperature for a set amount of time? i.e. 4 hours.

Sidewinder x1 + klipper

hoary compass
#

Change the timeout time in your Klipper config or add a custom gcode to your present to change it

stable dagger
#

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

hoary compass
#

the printer.cfg is your klipper config

stable dagger
#

I don’t see any timeout section there

hoary compass
#

then you use the default setting

stable dagger
#

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

hearty merlin
hoary compass
#

You just need a good point to "reset" it.

hoary compass
#

@stable dagger pls fix your tags! #readme message

stable dagger
hoary compass
stable dagger
#

SET_IDLE_TIMEOUT [TIMEOUT=120]

#

im not sure how im supposed to use this command in the custom gcode

hoary compass
#

[] means only that this option is optional

#

this is not part of the command

stable dagger
#

so if i want 120 seconds then i make it SET_IDLE_120 ?

hoary compass
#

no...

#

just without the chars [ and ]

stable dagger
#

oh okay. I understand now

#

and I think I got it

#

Okay it's working now. Thanks!

stable dagger