It would be great if I could just keep using what I'm used to.

Haik wrote:I think it would be useful if the user could point UCCNC to use an external application for gCode editing. For NC files I like to use Microsoft Visual Studio Code, which is freeware. Adding to that an extension (aka: plugin) by the name of nc-code which provides many NC editing features (see screenshot).
It would be great if I could just keep using what I'm used to.![]()
string gcpath = exec.Getgcodefilename();
System.Diagnostics.Process.Start("notepad.exe",gcpath).WaitForExit();
exec.Loadfile(gcpath);
Robertspark wrote:http://www.forum.cncdrive.com/viewtopic.php?f=15&t=687
viewtopic.php?f=15&t=687
viewtopic.php?f=15&t=686
Examples in the toolbox section and a transparent button image if you want one, save reinventing the wheel
Users browsing this forum: No registered users and 9 guests