Found hidden var sp error in a catch statement
try g.manual; catch, g.maual = 'off';end to try g.manual; catch, g.manual = 'off';end
missing an n, would have errored out if ever needed
try g.manual; catch, g.maual = 'off';end to try g.manual; catch, g.manual = 'off';end
missing an n, would have errored out if ever needed