DataBeam :

- modifiche per sola macchina Scm-Oikos.
This commit is contained in:
Dario Sassi
2025-05-27 19:56:51 +02:00
parent 0e02959467
commit 72b0e7f4a4
6 changed files with 27 additions and 6 deletions
+1 -1
View File
@@ -3478,7 +3478,7 @@ local function MakePocket( Proc, nPartId, b3Solid, ptPs, tvtN, nFaceRef, sMchFin
sWarn = 'Warning on pocketing ' .. sName .. ': machining can damage next piece. Minimum distance needed : ' .. ( 1 + dDiamTool / 2) .. ' mm'
EgtOutLog( sWarn)
end
if BD.TURN then
if BD.TURN and BD.TURN ~= 2 then
-- centro del pezzo
local ptCen = ORIG()
if b3Solid then ptCen = b3Solid:getCenter() end