Property | Type | Description | |
---|---|---|---|
InterpreterCompletedHandler | KM_GCodeInterpreterCompleteHandler | ||
InterpreterStatusUpdatedHandler | KM_GCodeInterpreterStatusHandler | ||
InterpreterUserCallbackRequestedHandler | KM_GCodeInterpreterUserCallbackHandler | ||
InterpreterUserMCodeCallbackRequestedHandler | KM_GCodeInterpreterUserMcodeCallbackHandler | ||
_ErrorLength | int | ||
_InstanceHandle | |||
_Loaded | bool | ||
_SetupParams | KM_Interpreter_SetupParams |
Method | Description | |
---|---|---|
Abort ( ) : void |
Abort Intpreter Execution
|
|
ChangeFixtureNumber ( int fixture ) : void |
Set the current fixture
|
|
ConvertAbsToUserUnitsA ( double a ) : double |
Takes ABS "A" value and translates to Iterpreter User Units
|
|
ConvertAbsToUserUnitsB ( double b ) : double |
Takes ABS "B" value and translates to Iterpreter User Units
|
|
ConvertAbsToUserUnitsC ( double c ) : double |
Takes ABS "C" value and translates to Iterpreter User Units
|
|
ConvertAbsToUserUnitsX ( double x ) : double |
Takes ABS "X" value and translates to Iterpreter User Units
|
|
ConvertAbsToUserUnitsY ( double y ) : double |
Takes ABS "Y" value and translates to Iterpreter User Units
|
|
ConvertAbsToUserUnitsZ ( double z ) : double |
Takes ABS "Z" value and translates to Iterpreter User Units
|
|
ConvertAbsoluteToInterpreterCoord ( double x, double y, double z, double a, double b, double c, double &xp, double &yp, double &zp, double &ap, double &bp, double &cp ) : void |
Convert Absolute to Interpreter Coordinates
|
|
ConvertAbsoluteToMachine ( double x, double y, double z, double a, double b, double c, double &xp, double &yp, double &zp, double &ap, double &bp, double &cp ) : void |
Convert Absolute to Machine Coordinates
|
|
Dispose ( ) : void |
Releases the object resources
|
|
DoExecute ( ) : int |
Internal Use only?
|
|
ExecutePC ( string name ) : int |
Calling this spawns a Windows PC Application by the specified name
|
|
GetMcodeAction ( int index, MCODE_TYPE &type, double &val1, double &val2, double &val3, double &val4, double &val5, string &name ) : void |
Gets an MCode Action definition
|
|
GetOrigin ( int index, double &x, double &y, double &z, double &a, double &b, double &c ) : void |
Gets the Origin offset
|
|
Halt ( ) : void |
Halt Intpreter Execution
|
|
InchesToUserUnits ( double inches ) : double |
Takes in an inch value and returns the value in Interpreter's current units
|
|
InitializeInterpreter ( ) : void |
Resets the interpreter params to the inital state
|
|
Interpret ( string fname ) : int |
Interpret an entire File
|
|
Interpret ( string fname, int start, int end, int restart ) : int |
Interpret a File with the functionality to only interpret a portion of the file (useful for resuming execution after a program stoppage)
|
|
InvokeAction ( int i, bool flushbeforeunbufferedoperation ) : int |
Invokes a preset "Action" Will need clarification on how to setup these Actions
|
|
KM_Interpreter ( |
Primary constructor for the KM_Interpreter object
|
|
ReadAndSynchCurInterpreterPosition ( double &x, double &y, double &z, double &a, double &b, double &c ) : void |
Syncronizes the Interpreter Position to the current Axes Positions
|
|
ReadCurInterpreterPosition ( double &x, double &y, double &z, double &a, double &b, double &c ) : void |
Syncronizes the Interpreter Position to the current Axes Positions
|
|
ReadCurMachinePosition ( double &x, double &y, double &z, double &a, double &b, double &c ) : void |
Read Hardware and convert to Absolute Machine Coordinates
|
|
SetMcodeAction ( int index, MCODE_TYPE type, double val1, double val2, double val3, double val4, double val5, string name ) : void |
Sets an MCode Action definition
|
|
SetOrigin ( int index, double x, double y, double z, double a, double b, double c ) : void |
Sets the origin offset
|
|
UserUnitsToInches ( double units ) : double |
Takes in a value as Interpreter's current units and returns the value in Inches
|
Method | Description | |
---|---|---|
GetIsAbort ( ) : bool |
KM_Interpreter Abort Condition
|
|
GetIsHalt ( ) : bool |
KM_Interpreter Halt Condition
|
|
Get_CanResume ( ) : bool |
Get KM_Interpreter possible to resume after a halt
|
|
Get_ResumeDoSafeFeedZ ( ) : bool |
Get KM_Interpreter Safe Resume Z Feed to be performed
|
|
Get_ResumeFeedRate ( ) : double |
Get KM_Interpreter Safe Resume Feed Rate to be used
|
|
Get_ResumeFeedSafeZ ( ) : double |
Get KM_Interpreter Safe Resume Z Feed Rate to be used
|
|
Get_ResumeMoveToSafeZ ( ) : bool |
Get KM_Interpreter Safe Z Motion to be performed
|
|
Get_ResumeRestoreFeedRate ( ) : bool |
Get KM_Interpreter Safe Resume Feed Rate to be restored or not
|
|
Get_ResumeSafeRelAbs ( ) : int |
Get KM_Interpreter Safe Z Motion Relative vs Absolute setting 1=abs 0=rel
|
|
Get_ResumeSafeSpindleCWCCW ( ) : int |
Get KM_Interpreter Safe Resume Start Spindle Direction to be performed
|
|
Get_ResumeSafeStartSpindle ( ) : bool |
Get KM_Interpreter Safe Resume Start Spindle to be performed
|
|
Get_ResumeSafeZ ( ) : double |
Get KM_Interpreter Safe Z height for Resume sequence
|
|
Get_ResumeTraverseSafeX ( ) : double |
Get KM_Interpreter XY Traverse Safe Motion to be performed
|
|
Get_ResumeTraverseSafeY ( ) : double |
Get KM_Interpreter Traverse Safe Motion Y Position
|
|
Get_ResumeTraverseXY ( ) : bool |
Get KM_Interpreter XY Traverse Motion to be performed
|
|
Get_ResumeZFeedRate ( ) : double |
Get KM_Interpreter Safe Resume Z Feed Rate to be used
|
|
Set_CanResume ( bool value ) : void |
Set KM_Interpreter possible to resume after a halt
|
|
Set_ResumeDoSafeFeedZ ( bool value ) : void |
Set KM_Interpreter Safe Resume Z Feed to be performed
|
|
Set_ResumeFeedRate ( double value ) : void |
Set KM_Interpreter Safe Resume Feed Rate to be used
|
|
Set_ResumeFeedSafeZ ( double value ) : void |
Set KM_Interpreter Safe Resume Z Feed Rate to be used
|
|
Set_ResumeMoveToSafeZ ( bool value ) : void |
Set KM_Interpreter Safe Z Motion to be performed
|
|
Set_ResumeRestoreFeedRate ( bool value ) : void |
Set KM_Interpreter Safe Resume Feed Rate to be restored or not
|
|
Set_ResumeSafeRelAbs ( int value ) : void |
Set KM_Interpreter Safe Z Motion Relative vs Absolute setting 1=abs 0=rel
|
|
Set_ResumeSafeSpindleCWCCW ( int value ) : void |
Set KM_Interpreter Safe Resume Start Spindle Direction to be performed
|
|
Set_ResumeSafeStartSpindle ( bool value ) : void |
Set KM_Interpreter Safe Resume Start Spindle to be performed
|
|
Set_ResumeSafeZ ( double value ) : void |
Set KM_Interpreter Safe Z height for Resume sequence
|
|
Set_ResumeTraverseSafeX ( double value ) : void |
Set KM_Interpreter Traverse Safe Motion X Position
|
|
Set_ResumeTraverseSafeY ( double value ) : void |
Set KM_Interpreter Traverse Safe Motion Y Position
|
|
Set_ResumeTraverseXY ( bool value ) : void |
Set KM_Interpreter XY Traverse Safe Motion to be performed
|
|
Set_ResumeZFeedRate ( double value ) : void |
Set KM_Interpreter Safe Resume Z Feed Rate to be used
|
Method | Description | |
---|---|---|
Get_InitializeOnExecute ( ) : bool | ||
Get_ParameterFile ( ) : string | ||
Get_ReadToolFile ( ) : bool | ||
Get_ToolFile ( ) : string | ||
Get_VarsFile ( ) : string |
Gets the file to be used to store/restore Interpreter GCode Variables
|
|
KM_dotnet_Interop_GCodeInterpreter_ChangeFixtureNumber ( |
||
KM_dotnet_Interop_GCodeInterpreter_ConvertAbsToUserUnitsA ( |
||
KM_dotnet_Interop_GCodeInterpreter_ConvertAbsToUserUnitsB ( |
||
KM_dotnet_Interop_GCodeInterpreter_ConvertAbsToUserUnitsC ( |
||
KM_dotnet_Interop_GCodeInterpreter_ConvertAbsToUserUnitsX ( |
||
KM_dotnet_Interop_GCodeInterpreter_ConvertAbsToUserUnitsY ( |
||
KM_dotnet_Interop_GCodeInterpreter_ConvertAbsToUserUnitsZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_ConvertAbsoluteToInterpreterCoord ( |
||
KM_dotnet_Interop_GCodeInterpreter_ConvertAbsoluteToMachine ( |
||
KM_dotnet_Interop_GCodeInterpreter_CoordMotion_SetArcFeedCallback ( |
||
KM_dotnet_Interop_GCodeInterpreter_CoordMotion_SetStraightFeedCallback ( |
||
KM_dotnet_Interop_GCodeInterpreter_CoordMotion_SetStraightTraverseCallback ( |
||
KM_dotnet_Interop_GCodeInterpreter_DoExecute ( |
||
KM_dotnet_Interop_GCodeInterpreter_DoExecuteComplete ( |
||
KM_dotnet_Interop_GCodeInterpreter_ExecutePC ( |
||
KM_dotnet_Interop_GCodeInterpreter_Free ( |
||
KM_dotnet_Interop_GCodeInterpreter_GetAbort ( |
||
KM_dotnet_Interop_GCodeInterpreter_GetHalt ( |
||
KM_dotnet_Interop_GCodeInterpreter_GetInitializeOnExecute ( |
||
KM_dotnet_Interop_GCodeInterpreter_GetOrigin ( |
||
KM_dotnet_Interop_GCodeInterpreter_GetReadToolFile ( |
||
KM_dotnet_Interop_GCodeInterpreter_GetSetupFile ( |
||
KM_dotnet_Interop_GCodeInterpreter_GetToolFile ( |
||
KM_dotnet_Interop_GCodeInterpreter_GetVarsFile ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_CanResume ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_M_CodeAction ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeDoSafeFeedZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeFeedSafeZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeMoveToSafeZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeRestoreFeedRate ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeResumeFeedRate ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeSafeRelAbs ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeSafeSpindleCWCCW ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeSafeStartSpindle ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeSafeZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeTraverseSafeX ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeTraverseSafeY ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeTraverseXY ( |
||
KM_dotnet_Interop_GCodeInterpreter_Get_ResumeZFeedRate ( |
||
KM_dotnet_Interop_GCodeInterpreter_InchesToUserUnits ( |
||
KM_dotnet_Interop_GCodeInterpreter_InitializeInterpreter ( |
||
KM_dotnet_Interop_GCodeInterpreter_Interpret ( |
||
KM_dotnet_Interop_GCodeInterpreter_InvokeAction ( |
||
KM_dotnet_Interop_GCodeInterpreter_New ( |
||
KM_dotnet_Interop_GCodeInterpreter_ReadAndSyncCurPositions ( |
||
KM_dotnet_Interop_GCodeInterpreter_ReadCurInterpreterPosition ( |
||
KM_dotnet_Interop_GCodeInterpreter_ReadCurMachinePosition ( |
||
KM_dotnet_Interop_GCodeInterpreter_SetAbort ( |
||
KM_dotnet_Interop_GCodeInterpreter_SetHalt ( |
||
KM_dotnet_Interop_GCodeInterpreter_SetInitializeOnExecute ( |
||
KM_dotnet_Interop_GCodeInterpreter_SetOrigin ( |
||
KM_dotnet_Interop_GCodeInterpreter_SetReadToolFile ( |
||
KM_dotnet_Interop_GCodeInterpreter_SetSetupFile ( |
||
KM_dotnet_Interop_GCodeInterpreter_SetToolFile ( |
||
KM_dotnet_Interop_GCodeInterpreter_SetVarsFile ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_CanResume ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_G_COMPLETE_CALLBACK ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_G_STATUS_CALLBACK ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_G_USER_CALLBACK ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_G_USER_MCODE_CALLBACK ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_M_CodeAction ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeDoSafeFeedZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeFeedSafeZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeMoveToSafeZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeRestoreFeedRate ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeResumeFeedRate ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeSafeRelAbs ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeSafeSpindleCWCCW ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeSafeStartSpindle ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeSafeZ ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeTraverseSafeX ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeTraverseSafeY ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeTraverseXY ( |
||
KM_dotnet_Interop_GCodeInterpreter_Set_ResumeZFeedRate ( |
||
KM_dotnet_Interop_GCodeInterpreter_UserUnitsToInches ( |
||
OnInterpreterCompleted ( int status, int lineno, int sequence_number, string err ) : void |
Dispatches Interpreter Completed callback values to InterpreterCompleted event subscribers
|
|
OnInterpreterStatusUpdated ( int lineno, string msg ) : void |
Dispatches Status Updated callback values to InterpreterStatusUpdated event subscribers
|
|
OnInterpreterUserCallbackRequested ( string msg ) : void |
Dispatches User Callback Requested callback values to InterpreterUserCallbackRequested event subscribers
|
|
OnInterpreterUserMcodeCallbackRequested ( int mcode ) : int |
Dispatches User MCode Callback Requested callback values to InterpreterUserMcodeCallbackRequested event subscribers
|
|
Set_G_COMPLETE_CALLBACK ( ) : void |
Sets the internal Interpreter Complete callback for the GcodeInterpreter.cpp object Separate delegate for this callback prevents the Garbage Collector from releasing the unmanaged function pointer from being destroyed
|
|
Set_G_STATUS_CALLBACK ( ) : void |
Sets the internal Interpreter Status callback for the GcodeInterpreter.cpp object Separate delegate for this callback prevents the Garbage Collector from releasing the unmanaged function pointer from being destroyed
|
|
Set_G_USER_CALLBACK ( ) : void |
Sets the internal Interpreter User Callback callback for the GcodeInterpreter.cpp object Separate delegate for this callback prevents the Garbage Collector from releasing the unmanaged function pointer from being destroyed
|
|
Set_G_USER_MCODE_CALLBACK ( ) : void |
Sets the internal Interpreter User MCode callback for the GcodeInterpreter.cpp object Separate delegate for this callback prevents the Garbage Collector from releasing the unmanaged function pointer to be destroyed
|
|
Set_InitializeOnExecute ( bool value ) : void | ||
Set_ParameterFile ( string value ) : void | ||
Set_ReadToolFile ( bool value ) : void | ||
Set_ToolFile ( string value ) : void | ||
Set_VarsFile ( string value ) : void |
Sets the file to be used to store/restore Interpreter GCode Variables
|
public ChangeFixtureNumber ( int fixture ) : void | ||
fixture | int | Fixture Index |
return | void |
public ConvertAbsToUserUnitsA ( double a ) : double | ||
a | double | ABS value |
return | double |
public ConvertAbsToUserUnitsB ( double b ) : double | ||
b | double | ABS value |
return | double |
public ConvertAbsToUserUnitsC ( double c ) : double | ||
c | double | ABS value |
return | double |
public ConvertAbsToUserUnitsX ( double x ) : double | ||
x | double | ABS value |
return | double |
public ConvertAbsToUserUnitsY ( double y ) : double | ||
y | double | ABS value |
return | double |
public ConvertAbsToUserUnitsZ ( double z ) : double | ||
z | double | ABS value |
return | double |
public ConvertAbsoluteToInterpreterCoord ( double x, double y, double z, double a, double b, double c, double &xp, double &yp, double &zp, double &ap, double &bp, double &cp ) : void | ||
x | double | X Passed in Absolute Coordinate |
y | double | Y Passed in Absolute Coordinate |
z | double | Z Passed in Absolute Coordinate |
a | double | a Passed in Absolute Coordinate |
b | double | b Passed in Absolute Coordinate |
c | double | c Passed in Absolute Coordinate |
xp | double | X returned Interpreter Coordinate |
yp | double | Y returned Interpreter Coordinate |
zp | double | Z returned Interpreter Coordinate |
ap | double | a returned Interpreter Coordinate |
bp | double | b returned Interpreter Coordinate |
cp | double | c returned Interpreter Coordinate |
return | void |
public ConvertAbsoluteToMachine ( double x, double y, double z, double a, double b, double c, double &xp, double &yp, double &zp, double &ap, double &bp, double &cp ) : void | ||
x | double | X Passed in Absolute Coordinate |
y | double | Y Passed in Absolute Coordinate |
z | double | Z Passed in Absolute Coordinate |
a | double | a Passed in Absolute Coordinate |
b | double | b Passed in Absolute Coordinate |
c | double | c Passed in Absolute Coordinate |
xp | double | X returned Machine Coordinate |
yp | double | Y returned Machine Coordinate |
zp | double | Z returned Machine Coordinate |
ap | double | a returned Machine Coordinate |
bp | double | b returned Machine Coordinate |
cp | double | c returned Machine Coordinate |
return | void |
public ExecutePC ( string name ) : int | ||
name | string | Path Name of Executable |
return | int |
public GetMcodeAction ( int index, MCODE_TYPE &type, double &val1, double &val2, double &val3, double &val4, double &val5, string &name ) : void | ||
index | int | mcode ex(M6 = 6) |
type | MCODE_TYPE | MCODE_TYPE for this action |
val1 | double | double param 1 for action |
val2 | double | double param 2 for action |
val3 | double | double param 3 for action |
val4 | double | double param 4 for action |
val5 | double | double param 5 for action |
name | string | mcode name |
return | void |
public GetOrigin ( int index, double &x, double &y, double &z, double &a, double &b, double &c ) : void | ||
index | int | Origin index - 0 for G92 offsets, 1-9 for fixture offsets |
x | double | X offset |
y | double | Y offset |
z | double | Z offset |
a | double | a offset |
b | double | b offset |
c | double | c offset |
return | void |
protected Get_ResumeRestoreFeedRate ( ) : bool | ||
return | bool |
protected Get_ResumeSafeSpindleCWCCW ( ) : int | ||
return | int |
protected Get_ResumeSafeStartSpindle ( ) : bool | ||
return | bool |
protected Get_ResumeTraverseSafeX ( ) : double | ||
return | double |
protected Get_ResumeTraverseSafeY ( ) : double | ||
return | double |
public InchesToUserUnits ( double inches ) : double | ||
inches | double | input inch value |
return | double |
public Interpret ( string fname ) : int | ||
fname | string | Full path of the file to interpret |
return | int |
public Interpret ( string fname, int start, int end, int restart ) : int | ||
fname | string | Full path of the file to interpret |
start | int | first line to execute |
end | int | Last line to execute |
restart | int | Reinitializes Interpreter Settings |
return | int |
public InvokeAction ( int i, bool flushbeforeunbufferedoperation ) : int | ||
i | int | Action index? |
flushbeforeunbufferedoperation | bool | Flush current operations before execution |
return | int |
public KM_Interpreter ( |
||
coordmotion | ||
return | System |
public ReadAndSynchCurInterpreterPosition ( double &x, double &y, double &z, double &a, double &b, double &c ) : void | ||
x | double | X sync'ed position |
y | double | Y sync'ed position |
z | double | Z sync'ed position |
a | double | a sync'ed position |
b | double | b sync'ed position |
c | double | c sync'ed position |
return | void |
public ReadCurInterpreterPosition ( double &x, double &y, double &z, double &a, double &b, double &c ) : void | ||
x | double | X sync'ed position |
y | double | Y sync'ed position |
z | double | Z sync'ed position |
a | double | a sync'ed position |
b | double | b sync'ed position |
c | double | c sync'ed position |
return | void |
public ReadCurMachinePosition ( double &x, double &y, double &z, double &a, double &b, double &c ) : void | ||
x | double | X returned Machine Coordinate |
y | double | Y returned Machine Coordinate |
z | double | Z returned Machine Coordinate |
a | double | a returned Machine Coordinate |
b | double | b returned Machine Coordinate |
c | double | c returned Machine Coordinate |
return | void |
public SetMcodeAction ( int index, MCODE_TYPE type, double val1, double val2, double val3, double val4, double val5, string name ) : void | ||
index | int | mcode ex(M6 = 6) |
type | MCODE_TYPE | MCODE_TYPE for this action |
val1 | double | double param 1 for action |
val2 | double | double param 2 for action |
val3 | double | double param 3 for action |
val4 | double | double param 4 for action |
val5 | double | double param 5 for action |
name | string | mcode name |
return | void |
public SetOrigin ( int index, double x, double y, double z, double a, double b, double c ) : void | ||
index | int | Origin index - 0 for G92 offsets, 1-9 for fixture offsets |
x | double | X offset |
y | double | Y offset |
z | double | Z offset |
a | double | a offset |
b | double | b offset |
c | double | c offset |
return | void |
protected Set_CanResume ( bool value ) : void | ||
value | bool | |
return | void |
protected Set_ResumeDoSafeFeedZ ( bool value ) : void | ||
value | bool | |
return | void |
protected Set_ResumeFeedRate ( double value ) : void | ||
value | double | |
return | void |
protected Set_ResumeFeedSafeZ ( double value ) : void | ||
value | double | |
return | void |
protected Set_ResumeMoveToSafeZ ( bool value ) : void | ||
value | bool | |
return | void |
protected Set_ResumeRestoreFeedRate ( bool value ) : void | ||
value | bool | |
return | void |
protected Set_ResumeSafeRelAbs ( int value ) : void | ||
value | int | |
return | void |
protected Set_ResumeSafeSpindleCWCCW ( int value ) : void | ||
value | int | |
return | void |
protected Set_ResumeSafeStartSpindle ( bool value ) : void | ||
value | bool | |
return | void |
protected Set_ResumeSafeZ ( double value ) : void | ||
value | double | |
return | void |
protected Set_ResumeTraverseSafeX ( double value ) : void | ||
value | double | |
return | void |
protected Set_ResumeTraverseSafeY ( double value ) : void | ||
value | double | |
return | void |
protected Set_ResumeTraverseXY ( bool value ) : void | ||
value | bool | |
return | void |
protected Set_ResumeZFeedRate ( double value ) : void | ||
value | double | |
return | void |
public UserUnitsToInches ( double units ) : double | ||
units | double | input unit value |
return | double |
protected KM_GCodeInterpreterCompleteHandler InterpreterCompletedHandler | ||
return | KM_GCodeInterpreterCompleteHandler |
protected KM_GCodeInterpreterStatusHandler InterpreterStatusUpdatedHandler | ||
return | KM_GCodeInterpreterStatusHandler |
protected KM_GCodeInterpreterUserCallbackHandler InterpreterUserCallbackRequestedHandler | ||
return | KM_GCodeInterpreterUserCallbackHandler |
protected KM_GCodeInterpreterUserMcodeCallbackHandler InterpreterUserMCodeCallbackRequestedHandler | ||
return | KM_GCodeInterpreterUserMcodeCallbackHandler |