0 Members and 2 Guests are viewing this topic.
inst = mc.mcGetInstance()local linecount = mc.mcCntlGetGcodeLineCount(inst)if linecount > 0 then wx.wxMessageBox ("File loaded")--file is loadedelse wx.wxMessageBox ("No file loaded")--no file loadedend