EgtMachKernel :

- prime modifiche per miglior gestione delle lavorazioni in doppio.
This commit is contained in:
Dario Sassi
2025-11-15 11:08:33 +01:00
parent 8282548bf0
commit ae9bc56917
6 changed files with 286 additions and 107 deletions
+1 -1
View File
@@ -2613,7 +2613,7 @@ Pocketing::OptimizedZigZag( int nPathId, const Vector3d& vtTool, double dDepth,
// recupero gli id dei lati chiusi
INTVECTOR vnInfoClosed ;
for( int i = 0 ; i < pCrvPocket->GetCurveCount() ; i ++) {
for ( int i = 0 ; i < pCrvPocket->GetCurveCount() ; i ++) {
int nProp ;
if ( pCrvPocket->GetCurveTempProp( i, nProp) && nProp == 0)
vnInfoClosed.push_back( i) ;