Corretto direzione taglio e concordanza

This commit is contained in:
andrea.villa
2025-06-17 15:36:14 +02:00
parent f671ca3374
commit 8a6a0b6dfa
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -383,13 +383,13 @@ function OnLinear()
bClimbCut = false
end
end
local sDiscordanza = EgtIf( bClimbCut, ' D0', ' D1')
local sDiscordanza = EgtIf( bClimbCut, ' D1', ' D0')
local sSpeed = ' S' .. EmtLenToString( EMT.S / 1000)
local sToolSelection = GetToolSelectionString( EMT.HEAD, EMT.TCPOS)
local sVertAngle = ' J' .. EmtLenToString( EMT.R2)
-- se taglio in discordanza, si invertono i punti start/end per mantenere direzione testa
if bClimbCut then
if not bClimbCut then
bInvertPoints = true
end
local sLinearAxes
+2 -2
View File
@@ -4,8 +4,8 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '2.7f2'
PP_NVER = '2.7.6.2'
PP_VER = '2.7f3'
PP_NVER = '2.7.6.3'
MIN_MACH_VER = '2.5k1'
MACH_NAME = 'MW_Project265'