Hello there,
Because heating up the bed takes a while, I'd like to accomplish the following:
(Non-blocking) heat up bed to bed temp
(Non-blocking) heat up T0...Tn to standby temp(s)
(Blocking) Heat up bed to bed temp
(Blocking) Heat up T0 to print temp
...
I have a rough sense of how to manually change the start gcode to do it, but I wanted to check whether it's already possible some other way (e.g. via the UI) or otherwise what the optimal gcode sequence is—for instance, I'm not sure how M105 factors into things.
I'm also