EgtMachKernel 2.6g8 :

- minimo step per fori abbassato a 1mm.
This commit is contained in:
Dario Sassi
2024-07-30 11:45:24 +02:00
parent 6348a40e18
commit 46e52e0995
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2300,7 +2300,7 @@ Drilling::DoPeckDrilling( const Hole& hole, SelData Id, int nPathId)
return false ;
}
// ciclo di affondamento a step
const double MIN_STEP = 5 ;
const double MIN_STEP = 1 ;
const double APPR_STEP = 1 ;
const double MIN_MOVE = 1 ;
double dStep = max( m_Params.m_dStep, MIN_STEP) ;
BIN
View File
Binary file not shown.