EgtExecutor :

- piccola correzione.
This commit is contained in:
Daniele Bariletti
2024-07-24 12:44:21 +02:00
parent 9135fe039f
commit 1cc3d4bdbb
+1 -1
View File
@@ -1234,7 +1234,7 @@ ExeSurfBzTrim( int nId, int nCutterId)
ExeSetModified() ;
// se richiesto, salvo il comando Lua equivalente
if ( IsCmdLog()) {
string sLua = "EgtSurfTmCut(" + ToString( nId) + "," +
string sLua = "EgtSurfBzCut(" + ToString( nId) + "," +
ToString( nCutterId) + "," +
" -- Ok=" + ToString( bOk) ;
LOG_INFO( GetCmdLogger(), sLua.c_str()) ;