DataBeam :

- alcune modifiche per macchine OikosX e similari.
This commit is contained in:
Dario Sassi
2024-01-08 19:10:57 +01:00
parent 748a6e295a
commit 4a6b3accb1
3 changed files with 63 additions and 11 deletions
+2 -2
View File
@@ -388,9 +388,9 @@ local function MakeFromTop( sCutting, Proc, nPhase, nRawId, nPartId, dOvmHead, b
dMaxElev = Proc.Box:getMax():getX() - b3Solid:getMin():getX()
end
end
-- per macchina TURN aggiusto massima dimensione cubetto
-- per macchina TURN (ma non OikosX) aggiusto massima dimensione cubetto
local dNewDiceDim
if BD.TURN then
if BD.TURN and BD.TURN ~= 2 then
local dDimRef = GEO.INFINITO
if abs( vtN:getZ()) < 0.003 then
dDimRef = b3Raw:getDimZ()