- Aggiunta definizione variabile JUMP in file POSIZ
- Rimosse info per salirte a Z massima con rotazione assi rotanti
This commit is contained in:
@@ -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
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user