- RoundCleanContour per tasche a 3 facce a U in doppio correzione Invert e ToolInvert

This commit is contained in:
daniele.nicoli
2026-07-31 17:01:15 +02:00
parent b44a45e8b0
commit 3c97e96e05
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1955,7 +1955,7 @@ local function MakeRoundCleanContour( Proc, nPhase, nRawId, nPartId, b3Raw,
-- inversione direzione utensile
local bInvertMach = false
if nPathInt then
if bMillDown then
if bMillDown and not bDoubleSide then
if vtN1:getZ() > 10 * GEO.EPS_SMALL then
EgtSetMachiningParam( MCH_MP.TOOLINVERT, true)
bInvertMach = true
+5 -2
View File
@@ -1,7 +1,10 @@
==== Beam Update Log ====
Versione 3.1g4 (30/07/2026)
- Fixed : in RoundCleanContour per tasche a 3 facce a U MillDown
Versione 3.1g5 (31/07/2026)
- Fixed : in RoundCleanContour per tasche a 3 facce a U in doppio
Versione 3.1g4 (31/07/2026)
- Modif : in ProfCamb aggiunta Q19, se = 1 disabilita lavorazione AntiSplint
- Fixed : in RoundCleanContour per tasche a 3 facce a U MillDown
Versione 3.1g3 (24/07/2026)
- Fixed : in slot con lama corretta scelta SCC
+1 -1
View File
@@ -2,5 +2,5 @@
-- Gestione della versione di Beam
NAME = 'Beam'
VERSION = '3.1g4'
VERSION = '3.1g5'
MIN_EXE = '3.1b1'