for example
- Code: Select all
C:\Program Files\UCCNC\UCCNC.exe c:\myGcode.nc
C:\Program Files\UCCNC\UCCNC.exe c:\myGcode.nc
string AutoloadFile = Environment.GetEnvironmentVariable("TEMP") + @"\UCCNC\Autoload.gcode";
//MessageBox.Show(AutoloadFile);
if(exec.CycleStopped && System.IO.File.Exists(AutoloadFile)){
exec.Loadfile(AutoloadFile);
while(exec.IsLoading()){}
System.IO.File.Delete(AutoloadFile);
}
Return to Ask a question from support here
Users browsing this forum: Bing [Bot] and 8 guests