Originally Posted by DEAN .....Its pretty quick and easy to do that editing (dropping of all the M30's I am guessing) right at the control in EDIT using the JOG hand to cursor around a highlighting and DELETING the M30's. |
Another way to delete many occurences of the same command is to use the FIND/REPLACE edit function. In this case all the M30's are probably followed by the ";" (End of Block character). Tell the editor to FIND M30; and REPLACE with ;
Sometimes it is a good idea to make a copy of the program in case you hit a wrong button and replace or delete something you wanted to keep. These operations cannot be UNDO'ed so a back up can be handy.