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