From 3314d7f7e18fff66b772976c22f37e167c02f235 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 25 Aug 2018 09:25:01 +0000 Subject: [PATCH] EgtMachKernel 1.9h3 : - correzione anteprima utensile per cambio modo da possibile nascosto a standard. --- EgtMachKernel.rc | Bin 11774 -> 11774 bytes Machining.cpp | 1 + 2 files changed, 1 insertion(+) diff --git a/EgtMachKernel.rc b/EgtMachKernel.rc index e82ef9577d58e0e22db75aac03ba79b6b420d382..a047d979c1f969c747348a7555ab347f56516705 100644 GIT binary patch delta 97 zcmewt{V#gMFE&Qw&A-`fnHh~IKa|wnoW?bQ1uSxrY4Qod0+^@}R1`^_2jk{d(jGv4 NK<#LXK~l;gTmUD-Bai?9 delta 97 zcmewt{V#gMFE&P_&A-`fnHh~HKa|wnoW?bQ1uSxrY4Qod0+^@}R1`^_2jk{d(jGv4 NK<#LXK~l;gTmU8!BZvS1 diff --git a/Machining.cpp b/Machining.cpp index 4af08cf..5730915 100644 --- a/Machining.cpp +++ b/Machining.cpp @@ -146,6 +146,7 @@ Machining::PrepareToolPreview( void) const // copio la testa della lavorazione nel gruppo int nHeadId = m_pMchMgr->GetHeadId( GetHeadName()) ; int nId = m_pGeomDB->CopyGlob( nHeadId, GDB_ID_NULL, nStId) ; + m_pGeomDB->SetMode( nId, GDB_MD_STD) ; m_pGeomDB->SetStatus( nId, GDB_ST_OFF) ; return ( nId != GDB_ID_NULL) ; }