- Aggiunta definizione variabile JUMP in file POSIZ

- Rimosse info per salirte a Z massima con rotazione assi rotanti
This commit is contained in:
andrea.villa
2026-03-06 13:32:49 +01:00
parent 719864ee49
commit 41df1c1e24
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -800,7 +800,7 @@ function OnLinear()
EMT.L2 = OldL2
EMT.L3 = OldL3
end
if EMT.FEEDFIRST then
local sOut = 'M_OK(1,'..EgtNumToString( EMT.S, 0)..')'
MyEmtOutput( sOut)
@@ -1577,6 +1577,7 @@ function CreateClampingFile()
local nfile = io.open( sCalmpingFile, "w")
if nfile then
nfile:write( ';file dei posizionamenti\n')
nfile:write( 'DEF STRING[255] JUMP\n\n')
nfile:write( 'IF _STEP3<>0\n')
nfile:write( ' JUMP="_N"<<_STEP3<<""\n')
nfile:write( ' GOTOF JUMP\n')
+2 -2
View File
@@ -201,7 +201,7 @@ local H1Id = EmtHead {
Rot1W = 2,
OthColl = {'A/SOLID', 'C/SOLID'},
Geo = 'H1_HEAD/GEO'}
EgtSetInfo( H1Id, 'ZMAXONROT', '1,60')
--EgtSetInfo( H1Id, 'ZMAXONROT', '1,60')
-- Sega a catena
EmtAxis {
Name = 'CS',
@@ -225,7 +225,7 @@ local H3Id = EmtHead {
SolCh = MCH_SCC.ADIR_NEAR,
OthColl = {'A/SOLID', 'C/SOLID'},
Geo = 'H3_HEAD/GEO'}
EgtSetInfo( H3Id, 'ZMAXONROT', '1,5')
--EgtSetInfo( H3Id, 'ZMAXONROT', '1,5')
-- Morse
local X1Id = EmtAxis {
Name = 'X1',