diff --git a/API_Exchange.cpp b/API_Exchange.cpp index a1e019d..ee22f0c 100644 --- a/API_Exchange.cpp +++ b/API_Exchange.cpp @@ -75,6 +75,14 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor) { return ( ExeImportStl( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ; } + +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtImport3MF( const wchar_t* wsFilePath) +{ + return ( ExeImport3MF( wstrztoA( wsFilePath)) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtAdvancedImportIsEnabled( void) diff --git a/EgtInterface.rc b/EgtInterface.rc index 791ac43..89e026a 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ