- per LongCut L010 abilitata STR0005

- in FACEBYBLADE corretti attacchi
This commit is contained in:
luca.mazzoleni
2025-03-18 18:33:49 +01:00
parent a0140dae55
commit e7a08b330b
3 changed files with 4 additions and 4 deletions
+1
View File
@@ -53,6 +53,7 @@ local function GetStrategies_Egalware( Proc)
---------------------------------------------------------------------
-- Feature : Longitudinal Cut
elseif ID.IsLongitudinalCut( Proc) then
Strategies = { { sStrategyId = 'STR0005'}}
---------------------------------------------------------------------
-- Feature : Double Cut
elseif ID.IsDoubleCut( Proc) then
+1 -1
View File
@@ -11,7 +11,7 @@ STR0005 = 1, 2 o 3 facce. Lama con taglio singolo o cubetti. Se richiesto o nece
;Feature : Cut
10,1,Feature,STR0005
;Feature : Longitudinal Cut
10,0,Feature,
10,0,Feature,STR0005
;Feature : Double Cut
11,1,Feature,
; Feature : Ridge or Valley Cut
+2 -3
View File
@@ -80,9 +80,8 @@ local function CalculateLeadInOut( Machining, EdgeToMachine, Part)
LeadIn.dTangentDistance = 0
LeadOut.dTangentDistance = 0
-- TODO da rimuovere controllo numero step quando si sistema la funzione che crea i cloni
if AreSameOrOppositeVectorApprox( Machining.vtToolDirection, X_AX())
or AreSameOrOppositeVectorApprox( Machining.vtToolDirection, Y_AX())
or AreSameOrOppositeVectorApprox( Machining.vtToolDirection, Z_AX())
if Machining.bIsStartClosed
or Machining.bIsEndClosed
or Machining.CloneStepsHorizontal.nCount > 1 then
Machining.sLeadInOutType = 'Perpendicular'