Click or drag to resize

CANON_UNITS Enumeration

Units used by the g code file
Remarks
The RS274 interpreter will translate these to inches relative to the CPI parameters in struct MotionParam

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public enum CANON_UNITS
Members
Member nameValueDescription
CANON_UNITS_INCHES1 Inches 1:1
CANON_UNITS_MM2 Milimeters 25.4:1
CANON_UNITS_CM3 Centimeters 2.54:1
See Also