| KM_AxisGroupRunGcodeFile Method |
Launch GCode Interpreter executing specified GCode file
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void RunGcodeFile(
string file
)
Public Sub RunGcodeFile (
file As String
)
public:
void RunGcodeFile(
String^ file
)
Parameters
- file String
- Gcode File Path
See Also