diff --git a/EgtMachKernel.rc b/EgtMachKernel.rc index a8a7a2d..9d72a5b 100644 Binary files a/EgtMachKernel.rc and b/EgtMachKernel.rc differ diff --git a/MachMgrDBTools.cpp b/MachMgrDBTools.cpp index 40099ec..97adf52 100644 --- a/MachMgrDBTools.cpp +++ b/MachMgrDBTools.cpp @@ -707,9 +707,9 @@ MachMgr::UpdateCustomToolDraw( const ToolData* pTdata, int nGenCtx, int nToolCtx pTdata->GetParam( TPA_LEN, dLen) ; double dDiam = 0 ; pTdata->GetParam( TPA_DIAM, dDiam) ; - // Solo per frese - if ( nType != TT_MILL_STD && nType != TT_MILL_NOTIP && nType != TT_MILL_POLISHING) - return TD_INT_ERR ; + // Non pił limitato alle sole frese + //if ( nType != TT_MILL_STD && nType != TT_MILL_NOTIP && nType != TT_MILL_POLISHING) + // return TD_INT_ERR ; // Imposto contesto per il disegno utensile if ( ! ExeSetCurrentContext( nToolCtx)) return TD_INT_ERR ;