DataBeam :

- aggiunta gestione sfrido di testa e coda da parametri utente TS3
- aggiunta gestione lavorazione tipo Mortise per mortasature
- tolto controllo non più utile da DtMortise.
This commit is contained in:
Dario Sassi
2020-05-25 13:43:35 +00:00
parent 1e612fac4a
commit 5d5732e142
4 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -871,7 +871,7 @@ end
-------------------------------------------------------------------------------------------------------------
local function MoveDrillsOnTenon( vProc)
-- se non richiesto spostamento fori su tenone, esco
if abs( BD.OFFSET_DRILL_TENON) < 0.1 then return end
if not BD.OFFSET_DRILL_TENON or abs( BD.OFFSET_DRILL_TENON) < 0.1 then return end
-- ciclo sulle feature
for i = 1, #vProc do
if Tenon.Identify( vProc[i]) then