Importing G code into RoboDK——革命制度党ntable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Importing G code into RoboDK (/Thread-Importing-G-code-into-RoboDK) |
Importing G code into RoboDK-Petrus-04-22-2021 Hi, I'm having trouble importing a simple G code that I wrote in notepad. No matter where I look I can't find any information on how to do it. When I have tried to open my .txt file in RoboDK it says "No points found". I have also tried to change the file extension to .gcode and .nc, but had no luck. I also have no experience or knowledge in coding, any help would be appreciated. RE: Importing G code into RoboDK-colinb83-04-22-2021 Have you tried it without the ; at the end of each line? RE: Importing G code into RoboDK-Petrus-04-23-2021 Thank you for the help but I figured it out. Turns out that I had to first create a point follow project before I could import the G code. RE: Importing G code into RoboDK-Jeremy-04-26-2021 It's because RoboDK does not recognize a .txt file as a potential GCode file. For RDK, .txt files are either "points" or "curves" for the Point Follow Project and the Curve Follow Project. If you want RoboDK to automatically recognize your file, rename it .gcode or .nc, it should then work. Jeremy |