| KM_AxisGroupRunGcodeFileSegment 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 RunGcodeFileSegment(
string file,
int firstline,
int lastline
)
Public Sub RunGcodeFileSegment (
file As String,
firstline As Integer,
lastline As Integer
)
public:
void RunGcodeFileSegment(
String^ file,
int firstline,
int lastline
)
Parameters
- file String
- Gcode File Path
- firstline Int32
- Gcode line number to start
- lastline Int32
- Gcode line number to stop
See Also