I am currently running the EMC software and am running into an issue that I am hoping someone can steer me in the right direction.
I have homed out the machine at 0,0,0. (no issue here)
I then located the part home which can be seen in line N35.
My issue is when I run the code it heads from the machine home to the part home but then instead of staying at the part coordinates and moving to the next line of code it heads back up to the top of the Z axis.
It then tracks through the rest of the code way above the part.
Clearly it is not remembering the part home and instead is still using the machine home.
What in the heck am I doing wrong here?
N30 G00 X 0.000 Y 0.000 Z 0.000
N35 G54 X -2.757 Y -0.276 Z -9.507
N38 M3 S4000
N40 G00 X -7.037 Y -4.071 Z 0.250
N50 G01 Z -0.200 F5.0
N60 G01 X -0.463 F10.0
N70 Y -3.971
N80 X -7.037
N90 Y -3.871
N100 X -5.958
N110 X -5.960 Y -3.871
N120 X -5.969 Y -3.869
N130 X -5.994 Y -3.864
N140 X -6.019 Y -3.859
N150 X -6.024 Y -3.858
N160 X -6.044 Y -3.853
N165 M5
N170 G00 Z 0.250
N180 G00 X 0.000 Y 0.000
N190 M0
N200 M2
-Tom