James, you beat me half an hour, and you are spot on!
I was just about to post the same thing.
Air-cutting the file produed the anamolous moves to X0Y0Z0 that seem to be caused by the XnanYnanZnan lines, of which there are 16. Removing the lines eliminated the anamolous moves.
@Steve, I see you have arc fitting enabled. Look at your Carbide3D-MM.con in the posts folder and see if the formatting lines for arc moves (the bolded lines below) are commented out (with leading semicolons). Edit: I have fixed the copy below by removing the offending semicolons:
; MeshCAM config
; This config is the Carbide3D Nomad 883
; http://www.carbide3d.com
;
DESCRIPTION = βCarbide3D-MM(*.nc)β
FILE_EXTENSION = βncβ
UNITS=MM
;Feeds
FORMAT = [F|#|F|1.1]
;Moves
FORMAT = [I|@|I|1.3]
FORMAT = [J|@|J|1.3]
FORMAT = [X|#|X|1.3]
FORMAT = [Y|#|Y|1.3]
FORMAT = [Z|#|Z|1.3]
FORMAT = [R|#|A|1.3]
;
;
COMMENT_START = β(β
COMMENT_END = β)β
;
START = β%β
START = β(FILENAME: [FILENAME])β
;;the following sets the stock for CutViewer
START = β([CUTVIEWERSTOCK])β
START = βG21β
START = βG90β
;
TOOLCHANGE = β([CUTVIEWERTOOL])β
TOOLCHANGE = βM6 [T]β
TOOLCHANGE = βM3 [S]β
;
RAPID_RATE_MOVE = βG0[Y][Z]β
;
FIRST_FEED_RATE_MOVE = βG1[R][Y][Z][F]β
FEED_RATE_MOVE = β[R][Y][Z]β
;
FIRST_CW_ARC_MOVE = βG2[X][Y][I][J][F]β
CW_ARC_MOVE = βG2[X][Y][I][J]β
;
FIRST_CCW_ARC_MOVE = βG3[X][Y][I][J][F]β
CCW_ARC_MOVE = βG3[X][Y][I][J]β
;
;
END = βM5β
END = βM30β
END = β(END)β
END = β(OF PROGRAM)β
If so, uncomment them as per above. They were commented out in my copy of the MM post, but not the inch post⦠That is a possible source of the anamolous lines.