DataWall :

- corretto controllo foro sottosquadra
- corretta gestione contorni liberi per lato di lavoro 3 e 4
- corretto LapJoint chiuso ma senza fondo lavorato come contorno libero.
This commit is contained in:
Dario Sassi
2020-11-17 16:40:22 +00:00
parent 5646af535b
commit 3ac926f694
4 changed files with 28 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ function WPD.Make( Proc, nRawId, b3Raw)
local vtExtr = EgtCurveExtrusion( AuxId, GDB_RT.GLOB)
local bOpen = ( Proc.Fcs ~= 0 and Proc.Fce ~= 0)
-- verifico che il foro non sia fattibile solo da sotto
local bToInvert = ( vtExtr:getZ() < 0)
local bToInvert = ( vtExtr:getZ() < -0.1)
if bToInvert and ( not bOpen or Proc.Flg ~= 1) then
local sErr = 'Error : drilling from bottom impossible'
EgtOutLog( sErr)