What method to use to open a gcode file via a Python script. The program reads a text file that contains the path to the gcode file. How can I open this file?
I answered myself. I used the function: d.openGCodeFile( string filePath )
What method to use to open a gcode file via a Python script. The program reads a text file that contains the path to the gcode file. How can I open this file?
I answered myself. I used the function: d.openGCodeFile( string filePath )
uncleYC has reacted to this post.