EgtMachKernel 3.1e7 :

- in PocketingNT aggiunto controllo aggiuntivo per Silhouette del grezzo
- in PocketingNT aggiunto parametro da note utenti StartPoint.
This commit is contained in:
Riccardo Elitropi
2026-06-09 09:50:08 +02:00
parent 1874f6b1f8
commit 38ceb12df8
4 changed files with 362 additions and 65 deletions
+3
View File
@@ -54,6 +54,7 @@ static const std::string UN_PROJEXT = "ExtProj" ;
static const std::string UN_ADJUSTFEED = "AdjustFeed" ;
static const std::string UN_MINFEED = "MinFeed" ;
static const std::string UN_TOOL_COMPENSATION = "ToolCompensation" ;
static const std::string UN_START_PNT = "StartPoint" ;
// Solo per Sawing
static const std::string UN_DOWNSE = "DownSE" ;
@@ -70,6 +71,8 @@ static const std::string UN_STEPNUMBER = "StepNumber" ;
static const std::string UN_BITANGANG = "BiTangAng" ;
static const std::string UN_OPTIMALTYPE = "OptimalType" ;
static const std::string UN_ANGLETOL = "AngleTol" ;
static const std::string UN_THETA = "Theta" ;
static const std::string UN_PHI = "Phi" ;
// Solo per SurfRoughing
static const std::string UN_PLANEZ = "PlaneZ" ;