Hello
Unfortunately I didn't find anything. Is there a possibility that the standby temp in webcontrol waits until the correct temp is reached before printing continues?
As with the command in the slicer but in web control
example in the slicer:
({IF NEWTOOL = 0} M104 S165 T1; set T1, inactive extruder to 165 C
{IF NEWTOOL = 0} M109 S220 T0; Set T0, new active extruder to 220 and wait for it to reach temperature before proceeding.
{IF NEWTOOL = 1} M109 S220 T1; set T1, Heat T1 to 220
{IF NEWTOOL = 1} M104 S165 T0; Cool T0 to 165)
I hope it is understandable what I write