- In STR0001 aggiunta lavorazione ti riduzione tenone in caso di P14>0

- Aggiornata gestione in BCS per Essetre
- Aggiunta funzione che verifica se un punto si trova su estremità box del pezzo
This commit is contained in:
andrea.villa
2025-09-03 09:15:02 +02:00
parent 7eff64d3bb
commit 0e4aeb49b8
3 changed files with 95 additions and 10 deletions
+7 -2
View File
@@ -492,7 +492,7 @@ local function GetTools_Essetre( Proc, sMachiningCategory)
-- CATEGORIE PREVISTE :
-- Cutting
-- Drill
-- Milling, MillingFinish, MillingAntiSplint
-- Milling, MillingFinish, MillingAntiSplint, MillingChamfer
-- Pocketing
-- ChainSawing
@@ -521,7 +521,12 @@ local function GetTools_Essetre( Proc, sMachiningCategory)
elseif ID.IsTenon( Proc) then
TagList = { 'Tenon'}
elseif ID.IsDovetailTenon( Proc) then
TagList = { 'DtTenon'}
-- gestione passaggio di taglio tenone superiore in caso di P14>0. Si prendono le frese per tenone standard dato che serve fresa cilindrica
if sMachiningCategory == 'MillingFinish' then
TagList = { 'Tenon'}
else
TagList = { 'DtTenon'}
end
elseif ID.IsDovetailMortise( Proc) then
TagList = { 'DtMortise'}
elseif ID.IsHeadConcaveProfile( Proc) or ID.IsHeadConvexProfile( Proc) or ID.IsHeadCamberedProfile( Proc) or ID.IsRoundArch( Proc) or ID.IsHeadProfile( Proc) then