Now I am on to another issue
http://www.cnczone.com/forums/showth...41103#poststop
Does anyone know how to get Mastercam to make g-codes non-modal.
I want the post-procccessor to output the gcodes on every line.
(right now I am trying to work around a problem where the last g-code line of a contour is G03. The first line of the next contour is supposed to be a G00 but thhe Gcode in not output so all I get are XYZ's. If I can get everything non-modal I hope to worklaround the issue)
thanks
Now I am on to another issue
http://www.cnczone.com/forums/showth...41103#poststop
You can force them out using * what post are you using?
www.cad2cam.net
www.cad2cam.net
Programmer/ Certified Cam Instructor
I used the post available here:
http://www.cnczone.com/forums/showth...52383#poststop
I used the mastercam utility to convert it from MC9 to MCX.
I used * where I could and now get non-modal gcodes in 99.99% of the lines.
But I get about 10 instances like this:
it seems to be a logic issue rather than a syntax isssue
......
N5460 G01 X.9408 Z1.1
N5470 M05
N5480 G00 G90 X.8573 Y-.0041 A-270. S2000 M03
N5490 H0 Z1.1
N5500 X.8573 Y-.0041 Z1.1
N5510 G00
N5520 G03 Y.0041 Z0. I0. J.0041
......
N5790 G03 X.1663 Y.0041 Z1.1 I0. J.0625
N5800 X.5064 Y.0216 Z1.1
N5810 G00
N5820 G01 X.5209 Y.0341 Z0.
......
N6010 G01 X.508 Y-.0231 Z1.1
N6020 X.2766 Y.0421 Z1.1
N6030 G00
N6040 G01 X.2348 Z0.
you might be mising ,e$ somewhere
www.cad2cam.net
Programmer/ Certified Cam Instructor