function m105(p)
	if (Is_THC_Mode()) then
		SetTorchOffFast()
		if (p > 0) then
			Sleep(p * 1000)
		end
	elseif (Is_Oxy_Mode()) then
		if (OxyKeepPreheat()) then
			SetOxyTorchOff()
		else
			SetOxyPreheatOff()
		end
	else
		SpindleStop()
	end
end