From 56d544b78baffc893f47e686c824dcb5a2336c20 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 18 Jun 2020 18:18:36 +0000 Subject: [PATCH] EgtMachKernel 2.2f7 : - ammessi disegni custom per tutti i tipi di utensili. --- EgtMachKernel.rc | Bin 11774 -> 11774 bytes MachMgrDBTools.cpp | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EgtMachKernel.rc b/EgtMachKernel.rc index a8a7a2d57913f85cd1c62d3a51e625767968cc72..9d72a5b00f97d80508a8cf99f51fe5c641a561d2 100644 GIT binary patch delta 97 zcmewt{V#gMFE&Q=&A-`fnHkL|Ka|wnoW?bQ1uSxrY4Qod0+^@}R1`^_2jk{d(jGv4 NK<#LXK~l;gTmUYMBd`Df delta 97 zcmewt{V#gMFE&QA&A-`fnHkL{Ka|wnoW?bQ1uSxrY4Qod0+^@}R1`^_2jk{d(jGv4 NK<#LXK~l;gTmUTDBd7oX 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 ;