I've run into an odd problem that I have been thrashing on. I have g-code that I have generated in Bobcad V25 using a modified Mach3 profile. In several places I have pauses (M01) and tool changes (M6) codes. They are all prefixed with a semi-colon.
Code: Select all
;N03 M01 (TOOL CHANGE: T1 S4 D.125 C.047 A60. H0.)
;N04 T1 M6 (TOOL CHANGE: T1 S4 D.125 C.047 A60. H0.)
I am understanding the use of semi-colon comments correctly? Does the "Block Del" button work as I described? Which state, "on" or "off", should cause the M01 and M06 codes be executed?
Also, I thought that M06 codes followed by a comment caused the comment to be shown in Mach3's messages. I'm sure I have seen this work in other screen sets, but for some reason the M06 trailing comment does not show in MSM. Is there something I'm doing wrong? When I use the M01 codes with a comment, the comments show as expected.
-Freeman