So I have a emcoturn120 converted to mach4 and all axis work, I wanted to have a try at making an m6 macro. It works when I run it in the editor, but in MDI the macro doesn't do anything. My macro is:
function m6()
wx.wxMessageBox('test')
end
if(mc.mcInEditor() == 1) then
m6()
end
Is there anything I forgot?
Thanks for the help