Say is anyone familiar with which values in the config file of Marlin you

Say is anyone familiar with which values in the config file of Marlin you change to increase the motor timeout duration.

I have been printing on my Kossel Delta and it takes to long for my extruder to heat up after my auto calibration. It takes the calibration and then they turn off after a minute - a few seconds later my nozzle is diving into the print bed.

By autocalibratiom do you mean auto bed leveling?

@Mike_Petrie I swear there used to be a timeout value, but I can’t find it. Closest is to disable the timeouts completely which I’ve always done on my deltas…

// Disables axis when it’s not being used.
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false

@Griffin_Paquette yes that is what i meant.

And @John_Driggers I found some stuff on Google but it was not in the config when i looked for it.

I will read up on perma disabling the timeouts see if it makes sense for me

@Mike_Petrie Yeah, I went and looked at the Marlin release V1 I was running, and the timeout value is there in configuration_adv.h.
#define DEFAULT_STEPPER_DEACTIVE_TIME

I guess they did away with it in one of the later versions…