EgtMachKernel 2.7c3 :

- modifiche per poter costruire DB utensili e lavorazioni partendo da zero.
This commit is contained in:
Dario Sassi
2025-03-21 19:09:01 +01:00
parent 689cea1156
commit a127db39f0
5 changed files with 27 additions and 14 deletions
+6 -1
View File
@@ -85,7 +85,12 @@ ToolsMgr::Reload( void)
Scanner TheScanner ;
if ( ! TheScanner.Init( m_sToolsPath, ";")) {
LOG_ERROR( GetEMkLogger(), "ReloadTools : Error on Init")
return false ;
if ( ExistsDirectory( m_sToolsDir) && ! ExistsFile( m_sToolsPath)) {
m_bModified = true ;
return true ;
}
else
return false ;
}
// variabili di stato della lettura