- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user