Click or drag to resize

KM_AxisGroupRunGcodeFileSegment Method

Launch GCode Interpreter executing specified GCode file

Namespace: KMotion_dotNet
Assembly: 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
)

Parameters

file  String
Gcode File Path
firstline  Int32
Gcode line number to start
lastline  Int32
Gcode line number to stop
See Also