Se taglio in discordanza, si invertono i punti start/end per mantenere direzione lato testa

This commit is contained in:
andrea.villa
2025-04-30 14:29:53 +02:00
parent bc1a398e76
commit c636e4acb1
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -386,6 +386,10 @@ function OnLinear()
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
bInvertPoints = true
end
local sLinearAxes
if bInvertPoints then
sLinearAxes = EMT.L1t .. EmtLenToString(EMT.PTMACRO[2][1]) .. ' ' ..
+2 -2
View File
@@ -4,8 +4,8 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '2.7a1_DEV'
PP_NVER = '2.7.1.1'
PP_VER = '2.7d1'
PP_NVER = '2.7.4.1'
MIN_MACH_VER = '2.5k1'
MACH_NAME = 'MW_Project265'
Binary file not shown.