diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index 53ae690..1ec5a5b 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -610,6 +610,13 @@ __stdcall EgtRemoveDispAxis( const wchar_t* wsName) return ( ExeRemoveDispAxis( wstrztoA( wsName)) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtKeepAllDispAxes( int nSouPhase) +{ + return ( ExeKeepAllDispAxes( nSouPhase) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- int __stdcall EgtAddFixture( const wchar_t* wsName, const double ptPos[3], double dAngRotDeg, double dMov)