EgtMachKernel :

- piccole modifiche per gestione movimenti teste in Disposizione.
This commit is contained in:
Dario Sassi
2017-03-02 19:18:29 +00:00
parent aec93d06fb
commit 5cdae9806e
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ Machine::SetCurrTool( const string& sTool, const string& sHead, int nExit)
double dTOvLen = 0 ;
double dTOvDiam = 0 ;
// se definito
if ( ! sTool.empty() && sTool.front() != '*') {
if ( ! sTool.empty()) {
if ( ! LoadTool( sHead, nExit, sTool)) {
string sOut = "Missing tool " + sTool ;
LOG_INFO( GetEMkLogger(), sOut.c_str())