|
Mach Modules Documentation
Lua Module API Documentation
|
Go to the source code of this file.
Functions | |
| GrinderCenterlessFixedBladeAuxModule | GetUpperLowerAxisID () |
| Get the axis ID for the currently selected upper or lower slide. | |
| GrinderCenterlessFixedBladeAuxModule GetUpperLowerAxisID | ( | ) |
Get the axis ID for the currently selected upper or lower slide.
Returns the axis ID corresponding to the active slide selection, determined by OEM parameter 1900. If the global axis ID constants (UPPER_SLIDE_AXIS_ID and LOWER_SLIDE_AXIS_ID) have not yet been initialized, they are set to Y_AXIS and A_AXIS respectively, and stored in OEM parameters 1903 and 1904. Parameter 1900 controls which slide is active: 0 selects the upper slide, 1 selects the lower slide. If parameter 1900 contains an invalid value, it is reset to 0 (upper slide).